Html Css Color HEX #A27ECE Cold Purple

📋 copy color: '#A27ECE'

red 162 ◦ green 126 ◦ blue 206

#A27ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A27ECE

Tints of Cold Purple #A27ECE

RGB

 RED value IS 162 (63.67% from 255) = 32.79%

 GREEN value IS 126 (49.61% from 255) = 25.51%

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 32.79%
G = 25.51%
B = 41.7%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A27ECE (or 0xA27ECE) is known color: Cold Purple. HEX triplet: A2, 7E and CE. RGB value is (162,126,206). Sum of RGB (Red+Green+Blue) = 162+126+206=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 126 (49.61% from 255 or 25.51% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #A27ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECE is #5D8131. Grayscale: #919191. Windows color (decimal): -6127922 or 13532834. OLE color: 13532834.

HSL color Cylindrical-coordinate representation of color #A27ECE: hue angle of 267º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27ECE is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 126 206 -
CMYK 0.21 0.39 0 0.19
HSL 267º 0.45% 0.65% -
HSV(B) 267º 0.39% 0.81% -
XYZ 33.5 27.06 61.85 -
YUV 145.88 161.93 139.5 -
System Red Green Blue C M Y K H S L
Decimal 162 126 206 0.21 0.39 0 0.19 267 0.45 0.65
Hex A2 7E CE 15 27 0 13 10B 2D 41
Octal 242 176 316 25 47 0 23 413 55 101
Binary 10100010 1111110 11001110 10101 100111 0 10011 100001011 101101 1000001

Color Harmonies of #A27ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ECE

Black with #A27ECE

Text Example


Text Example

White with #A27ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ECE; }

 p { color: rgb(162,126,206); }

 H1.HeaderClassName
 {
   color: #A27ECE;
 }
 .AnyTagClassName
 {
   color: #A27ECE;
 }
</style>

background-color css

<style>
 a { background-color: #A27ECE; }

 a { background-color: rgb(162,126,206); }

 div.DivClassName
 {
   background-color: #A27ECE;
 }
 .BgClassName
 {
   background-color: #A27ECE;
 }
</style>

border-color css

<style>
 span { border-color: #A27ECE; }

 span { border-color: rgb(162,126,206); }

 td.TdClassName
 {
   border-color: #A27ECE;
 }
 .TagClassName
 {
   border-color: #A27ECE;
 }
</style>