Html Css Color HEX #A27FD0 Cold Purple

📋 copy color: '#A27FD0'

red 162 ◦ green 127 ◦ blue 208

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

Shades of Cold Purple #A27FD0

Tints of Cold Purple #A27FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 41.85%

R = 32.6%
G = 25.55%
B = 41.85%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A27FD0 (or 0xA27FD0) is known color: Cold Purple. HEX triplet: A2, 7F and D0. RGB value is (162,127,208). Sum of RGB (Red+Green+Blue) = 162+127+208=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #A27FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FD0 is #5D802F. Grayscale: #929292. Windows color (decimal): -6127664 or 13664162. OLE color: 13664162.

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

Color convert

RGB 162 127 208 -
CMYK 0.22 0.39 0 0.18
HSL 265.93º 0.46% 0.66% -
HSV(B) 265.93º 0.39% 0.82% -
XYZ 33.87 27.41 63.18 -
YUV 146.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 162 127 208 0.22 0.39 0 0.18 265.93 0.46 0.66
Hex A2 7F D0 16 27 0 12 10A 2E 42
Octal 242 177 320 26 47 0 22 412 56 102
Binary 10100010 1111111 11010000 10110 100111 0 10010 100001010 101110 1000010

Color Harmonies of #A27FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FD0

Black with #A27FD0

Text Example


Text Example

White with #A27FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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