Html Css Color HEX #A77ED0 Cold Purple

📋 copy color: '#A77ED0'

red 167 ◦ green 126 ◦ blue 208

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

Shades of Cold Purple #A77ED0

Tints of Cold Purple #A77ED0

RGB

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

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

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

R = 33.33%
G = 25.15%
B = 41.52%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A77ED0 (or 0xA77ED0) is known color: Cold Purple. HEX triplet: A7, 7E and D0. RGB value is (167,126,208). Sum of RGB (Red+Green+Blue) = 167+126+208=501 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.33% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 208 (81.64% from 255 or 41.52% from 501); Max value from RGB is 208 - color contains mainly: blue. Hex color #A77ED0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77ED0 is #58812F. Grayscale: #939393. Windows color (decimal): -5800240 or 13663911. OLE color: 13663911.

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

Color convert

RGB 167 126 208 -
CMYK 0.20 0.39 0 0.18
HSL 270º 0.47% 0.65% -
HSV(B) 270º 0.39% 0.82% -
XYZ 34.78 27.69 63.19 -
YUV 147.61 162.08 141.83 -
System Red Green Blue C M Y K H S L
Decimal 167 126 208 0.20 0.39 0 0.18 270 0.47 0.65
Hex A7 7E D0 14 27 0 12 10E 2F 41
Octal 247 176 320 24 47 0 22 416 57 101
Binary 10100111 1111110 11010000 10100 100111 0 10010 100001110 101111 1000001

Color Harmonies of #A77ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77ED0

Black with #A77ED0

Text Example


Text Example

White with #A77ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77ED0; }

 p { color: rgb(167,126,208); }

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

background-color css

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

 a { background-color: rgb(167,126,208); }

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

border-color css

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

 span { border-color: rgb(167,126,208); }

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