Html Css Color HEX #A47FCC Cold Purple

📋 copy color: '#A47FCC'

red 164 ◦ green 127 ◦ blue 204

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

Shades of Cold Purple #A47FCC

Tints of Cold Purple #A47FCC

RGB

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

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

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

R = 33.13%
G = 25.66%
B = 41.21%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A47FCC (or 0xA47FCC) is known color: Cold Purple. HEX triplet: A4, 7F and CC. RGB value is (164,127,204). Sum of RGB (Red+Green+Blue) = 164+127+204=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #A47FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FCC is #5B8033. Grayscale: #929292. Windows color (decimal): -5996596 or 13402020. OLE color: 13402020.

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

Color convert

RGB 164 127 204 -
CMYK 0.20 0.38 0 0.2
HSL 268.83º 0.43% 0.65% -
HSV(B) 268.83º 0.38% 0.8% -
XYZ 33.8 27.43 60.64 -
YUV 146.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 164 127 204 0.20 0.38 0 0.2 268.83 0.43 0.65
Hex A4 7F CC 14 26 0 14 10D 2B 41
Octal 244 177 314 24 46 0 24 415 53 101
Binary 10100100 1111111 11001100 10100 100110 0 10100 100001101 101011 1000001

Color Harmonies of #A47FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FCC

Black with #A47FCC

Text Example


Text Example

White with #A47FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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