Html Css Color HEX #A27ED1 Cold Purple

📋 copy color: '#A27ED1'

red 162 ◦ green 126 ◦ blue 209

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

Shades of Cold Purple #A27ED1

Tints of Cold Purple #A27ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 32.6%
G = 25.35%
B = 42.05%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A27ED1 (or 0xA27ED1) is known color: Cold Purple. HEX triplet: A2, 7E and D1. RGB value is (162,126,209). Sum of RGB (Red+Green+Blue) = 162+126+209=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #A27ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ED1 is #5D812E. Grayscale: #919191. Windows color (decimal): -6127919 or 13729442. OLE color: 13729442.

HSL color Cylindrical-coordinate representation of color #A27ED1: hue angle of 266.02º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27ED1 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 126 209 -
CMYK 0.22 0.40 0 0.18
HSL 266.02º 0.47% 0.66% -
HSV(B) 266.02º 0.4% 0.82% -
XYZ 33.87 27.21 63.79 -
YUV 146.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 162 126 209 0.22 0.40 0 0.18 266.02 0.47 0.66
Hex A2 7E D1 16 28 0 12 10A 2F 42
Octal 242 176 321 26 50 0 22 412 57 102
Binary 10100010 1111110 11010001 10110 101000 0 10010 100001010 101111 1000010

Color Harmonies of #A27ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27ED1

Black with #A27ED1

Text Example


Text Example

White with #A27ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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