Html Css Color HEX #A77FCE Cold Purple

📋 copy color: '#A77FCE'

red 167 ◦ green 127 ◦ blue 206

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

Shades of Cold Purple #A77FCE

Tints of Cold Purple #A77FCE

RGB

 RED value IS 167 (65.63% from 255) = 33.4%

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 33.4%
G = 25.4%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A77FCE (or 0xA77FCE) is known color: Cold Purple. HEX triplet: A7, 7F and CE. RGB value is (167,127,206). Sum of RGB (Red+Green+Blue) = 167+127+206=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #A77FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77FCE is #588031. Grayscale: #939393. Windows color (decimal): -5799986 or 13533095. OLE color: 13533095.

HSL color Cylindrical-coordinate representation of color #A77FCE: hue angle of 270.38º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A77FCE is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 127 206 -
CMYK 0.19 0.38 0 0.19
HSL 270.38º 0.45% 0.65% -
HSV(B) 270.38º 0.38% 0.81% -
XYZ 34.67 27.85 61.94 -
YUV 147.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 167 127 206 0.19 0.38 0 0.19 270.38 0.45 0.65
Hex A7 7F CE 13 26 0 13 10E 2D 41
Octal 247 177 316 23 46 0 23 416 55 101
Binary 10100111 1111111 11001110 10011 100110 0 10011 100001110 101101 1000001

Color Harmonies of #A77FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77FCE

Black with #A77FCE

Text Example


Text Example

White with #A77FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77FCE; }

 p { color: rgb(167,127,206); }

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

background-color css

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

 a { background-color: rgb(167,127,206); }

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

border-color css

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

 span { border-color: rgb(167,127,206); }

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