Html Css Color HEX #A47DCC Cold Purple

📋 copy color: '#A47DCC'

red 164 ◦ green 125 ◦ blue 204

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

Shades of Cold Purple #A47DCC

Tints of Cold Purple #A47DCC

RGB

 RED value IS 164 (64.45% from 255) = 33.27%

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 33.27%
G = 25.35%
B = 41.38%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A47DCC (or 0xA47DCC) is known color: Cold Purple. HEX triplet: A4, 7D and CC. RGB value is (164,125,204). Sum of RGB (Red+Green+Blue) = 164+125+204=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #A47DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47DCC is #5B8233. Grayscale: #919191. Windows color (decimal): -5997108 or 13401508. OLE color: 13401508.

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

Color convert

RGB 164 125 204 -
CMYK 0.20 0.39 0 0.2
HSL 269.62º 0.44% 0.65% -
HSV(B) 269.62º 0.39% 0.8% -
XYZ 33.54 26.92 60.55 -
YUV 145.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 164 125 204 0.20 0.39 0 0.2 269.62 0.44 0.65
Hex A4 7D CC 14 27 0 14 10E 2C 41
Octal 244 175 314 24 47 0 24 416 54 101
Binary 10100100 1111101 11001100 10100 100111 0 10100 100001110 101100 1000001

Color Harmonies of #A47DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47DCC

Black with #A47DCC

Text Example


Text Example

White with #A47DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47DCC; }

 p { color: rgb(164,125,204); }

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

background-color css

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

 a { background-color: rgb(164,125,204); }

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

border-color css

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

 span { border-color: rgb(164,125,204); }

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