Html Css Color HEX #A27ECC Cold Purple

📋 copy color: '#A27ECC'

red 162 ◦ green 126 ◦ blue 204

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

Shades of Cold Purple #A27ECC

Tints of Cold Purple #A27ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 32.93%
G = 25.61%
B = 41.46%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A27ECC (or 0xA27ECC) is known color: Cold Purple. HEX triplet: A2, 7E and CC. RGB value is (162,126,204). Sum of RGB (Red+Green+Blue) = 162+126+204=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A27ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECC is #5D8133. Grayscale: #919191. Windows color (decimal): -6127924 or 13401762. OLE color: 13401762.

HSL color Cylindrical-coordinate representation of color #A27ECC: hue angle of 267.69º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A27ECC is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 126 204 -
CMYK 0.21 0.38 0 0.2
HSL 267.69º 0.43% 0.65% -
HSV(B) 267.69º 0.38% 0.8% -
XYZ 33.26 26.96 60.58 -
YUV 145.66 160.93 139.66 -
System Red Green Blue C M Y K H S L
Decimal 162 126 204 0.21 0.38 0 0.2 267.69 0.43 0.65
Hex A2 7E CC 15 26 0 14 10C 2B 41
Octal 242 176 314 25 46 0 24 414 53 101
Binary 10100010 1111110 11001100 10101 100110 0 10100 100001100 101011 1000001

Color Harmonies of #A27ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ECC

Black with #A27ECC

Text Example


Text Example

White with #A27ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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