Html Css Color HEX #A47ECD Cold Purple

📋 copy color: '#A47ECD'

red 164 ◦ green 126 ◦ blue 205

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

Shades of Cold Purple #A47ECD

Tints of Cold Purple #A47ECD

RGB

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

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

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

R = 33.13%
G = 25.45%
B = 41.41%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A47ECD (or 0xA47ECD) is known color: Cold Purple. HEX triplet: A4, 7E and CD. RGB value is (164,126,205). Sum of RGB (Red+Green+Blue) = 164+126+205=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A47ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A47ECD is #5B8132. Grayscale: #929292. Windows color (decimal): -5996851 or 13467300. OLE color: 13467300.

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

Color convert

RGB 164 126 205 -
CMYK 0.2 0.39 0 0.20
HSL 268.86º 0.44% 0.65% -
HSV(B) 268.86º 0.39% 0.8% -
XYZ 33.79 27.22 61.23 -
YUV 146.37 161.09 140.58 -
System Red Green Blue C M Y K H S L
Decimal 164 126 205 0.2 0.39 0 0.20 268.86 0.44 0.65
Hex A4 7E CD 14 27 0 14 10D 2C 41
Octal 244 176 315 24 47 0 24 415 54 101
Binary 10100100 1111110 11001101 10100 100111 0 10100 100001101 101100 1000001

Color Harmonies of #A47ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47ECD

Black with #A47ECD

Text Example


Text Example

White with #A47ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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