Html Css Color HEX #A27FC7 Cold Purple

📋 copy color: '#A27FC7'

red 162 ◦ green 127 ◦ blue 199

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

Shades of Cold Purple #A27FC7

Tints of Cold Purple #A27FC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 40.78%

R = 33.2%
G = 26.02%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A27FC7 (or 0xA27FC7) is known color: Cold Purple. HEX triplet: A2, 7F and C7. RGB value is (162,127,199). Sum of RGB (Red+Green+Blue) = 162+127+199=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 127 (50% from 255 or 26.02% from 488); Blue value is 199 (78.12% from 255 or 40.78% from 488); Max value from RGB is 199 - color contains mainly: blue. Hex color #A27FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FC7 is #5D8038. Grayscale: #919191. Windows color (decimal): -6127673 or 13074338. OLE color: 13074338.

HSL color Cylindrical-coordinate representation of color #A27FC7: hue angle of 269.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27FC7 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 127 199 -
CMYK 0.19 0.36 0 0.22
HSL 269.17º 0.39% 0.64% -
HSV(B) 269.17º 0.36% 0.78% -
XYZ 32.8 26.98 57.51 -
YUV 145.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 162 127 199 0.19 0.36 0 0.22 269.17 0.39 0.64
Hex A2 7F C7 13 24 0 16 10D 27 40
Octal 242 177 307 23 44 0 26 415 47 100
Binary 10100010 1111111 11000111 10011 100100 0 10110 100001101 100111 1000000

Color Harmonies of #A27FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27FC7

Black with #A27FC7

Text Example


Text Example

White with #A27FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27FC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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