Html Css Color HEX #A47FCD Cold Purple

📋 copy color: '#A47FCD'

red 164 ◦ green 127 ◦ blue 205

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

Shades of Cold Purple #A47FCD

Tints of Cold Purple #A47FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.33%

R = 33.06%
G = 25.6%
B = 41.33%

CMYK

 C value IS 0.2

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47FCD (or 0xA47FCD) is known color: Cold Purple. HEX triplet: A4, 7F and CD. RGB value is (164,127,205). Sum of RGB (Red+Green+Blue) = 164+127+205=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 127 (50% from 255 or 25.60% from 496); Blue value is 205 (80.47% from 255 or 41.33% from 496); Max value from RGB is 205 - color contains mainly: blue. Hex color #A47FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47FCD is #5B8032. Grayscale: #929292. Windows color (decimal): -5996595 or 13467556. OLE color: 13467556.

HSL color Cylindrical-coordinate representation of color #A47FCD: hue angle of 268.46º degrees, saturation: 0.44, 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 #A47FCD is Cyan = 0.2, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 127 205 -
CMYK 0.2 0.38 0 0.20
HSL 268.46º 0.44% 0.65% -
HSV(B) 268.46º 0.38% 0.8% -
XYZ 33.92 27.48 61.27 -
YUV 146.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 164 127 205 0.2 0.38 0 0.20 268.46 0.44 0.65
Hex A4 7F CD 14 26 0 14 10C 2C 41
Octal 244 177 315 24 46 0 24 414 54 101
Binary 10100100 1111111 11001101 10100 100110 0 10100 100001100 101100 1000001

Color Harmonies of #A47FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47FCD

Black with #A47FCD

Text Example


Text Example

White with #A47FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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