Html Css Color HEX #A27ECA Cold Purple

📋 copy color: '#A27ECA'

red 162 ◦ green 126 ◦ blue 202

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

Shades of Cold Purple #A27ECA

Tints of Cold Purple #A27ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.22%

R = 33.06%
G = 25.71%
B = 41.22%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A27ECA (or 0xA27ECA) is known color: Cold Purple. HEX triplet: A2, 7E and CA. RGB value is (162,126,202). Sum of RGB (Red+Green+Blue) = 162+126+202=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #A27ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECA is #5D8135. Grayscale: #919191. Windows color (decimal): -6127926 or 13270690. OLE color: 13270690.

HSL color Cylindrical-coordinate representation of color #A27ECA: hue angle of 268.42º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A27ECA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 162 126 202 -
CMYK 0.20 0.38 0 0.21
HSL 268.42º 0.42% 0.64% -
HSV(B) 268.42º 0.38% 0.79% -
XYZ 33.02 26.87 59.32 -
YUV 145.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 162 126 202 0.20 0.38 0 0.21 268.42 0.42 0.64
Hex A2 7E CA 14 26 0 15 10C 2A 40
Octal 242 176 312 24 46 0 25 414 52 100
Binary 10100010 1111110 11001010 10100 100110 0 10101 100001100 101010 1000000

Color Harmonies of #A27ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ECA

Black with #A27ECA

Text Example


Text Example

White with #A27ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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