Html Css Color HEX #A77DD0 Cold Purple

📋 copy color: '#A77DD0'

red 167 ◦ green 125 ◦ blue 208

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

Shades of Cold Purple #A77DD0

Tints of Cold Purple #A77DD0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25%

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

R = 33.4%
G = 25%
B = 41.6%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A77DD0 (or 0xA77DD0) is known color: Cold Purple. HEX triplet: A7, 7D and D0. RGB value is (167,125,208). Sum of RGB (Red+Green+Blue) = 167+125+208=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 208 (81.64% from 255 or 41.6% from 500); Max value from RGB is 208 - color contains mainly: blue. Hex color #A77DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DD0 is #58822F. Grayscale: #929292. Windows color (decimal): -5800496 or 13663655. OLE color: 13663655.

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

Color convert

RGB 167 125 208 -
CMYK 0.20 0.40 0 0.18
HSL 270.36º 0.47% 0.65% -
HSV(B) 270.36º 0.4% 0.82% -
XYZ 34.66 27.44 63.14 -
YUV 147.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 167 125 208 0.20 0.40 0 0.18 270.36 0.47 0.65
Hex A7 7D D0 14 28 0 12 10E 2F 41
Octal 247 175 320 24 50 0 22 416 57 101
Binary 10100111 1111101 11010000 10100 101000 0 10010 100001110 101111 1000001

Color Harmonies of #A77DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A77DD0

Black with #A77DD0

Text Example


Text Example

White with #A77DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A77DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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