Html Css Color HEX #A27FCD Cold Purple

📋 copy color: '#A27FCD'

red 162 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A27FCD

Tints of Cold Purple #A27FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 25.71%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 32.79%
G = 25.71%
B = 41.5%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A27FCD (or 0xA27FCD) is known color: Cold Purple. HEX triplet: A2, 7F and CD. RGB value is (162,127,205). Sum of RGB (Red+Green+Blue) = 162+127+205=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #A27FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FCD is #5D8032. Grayscale: #929292. Windows color (decimal): -6127667 or 13467554. OLE color: 13467554.

HSL color Cylindrical-coordinate representation of color #A27FCD: hue angle of 266.92º degrees, saturation: 0.44, 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 #A27FCD is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 127 205 -
CMYK 0.21 0.38 0 0.20
HSL 266.92º 0.44% 0.65% -
HSV(B) 266.92º 0.38% 0.8% -
XYZ 33.51 27.27 61.25 -
YUV 146.36 161.1 139.16 -
System Red Green Blue C M Y K H S L
Decimal 162 127 205 0.21 0.38 0 0.20 266.92 0.44 0.65
Hex A2 7F CD 15 26 0 14 10B 2C 41
Octal 242 177 315 25 46 0 24 413 54 101
Binary 10100010 1111111 11001101 10101 100110 0 10100 100001011 101100 1000001

Color Harmonies of #A27FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FCD

Black with #A27FCD

Text Example


Text Example

White with #A27FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FCD; }

 p { color: rgb(162,127,205); }

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

background-color css

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

 a { background-color: rgb(162,127,205); }

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

border-color css

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

 span { border-color: rgb(162,127,205); }

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