Html Css Color HEX #A48ECC Cold Purple

📋 copy color: '#A48ECC'

red 164 ◦ green 142 ◦ blue 204

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

Shades of Cold Purple #A48ECC

Tints of Cold Purple #A48ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.84%

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

R = 32.16%
G = 27.84%
B = 40%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A48ECC (or 0xA48ECC) is known color: Cold Purple. HEX triplet: A4, 8E and CC. RGB value is (164,142,204). Sum of RGB (Red+Green+Blue) = 164+142+204=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 204 (80.08% from 255 or 40% from 510); Max value from RGB is 204 - color contains mainly: blue. Hex color #A48ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ECC is #5B7133. Grayscale: #9B9B9B. Windows color (decimal): -5992756 or 13405860. OLE color: 13405860.

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

Color convert

RGB 164 142 204 -
CMYK 0.20 0.30 0 0.2
HSL 261.29º 0.38% 0.68% -
HSV(B) 261.29º 0.3% 0.8% -
XYZ 35.88 31.6 61.33 -
YUV 155.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 164 142 204 0.20 0.30 0 0.2 261.29 0.38 0.68
Hex A4 8E CC 14 1E 0 14 105 26 44
Octal 244 216 314 24 36 0 24 405 46 104
Binary 10100100 10001110 11001100 10100 11110 0 10100 100000101 100110 1000100

Color Harmonies of #A48ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ECC

Black with #A48ECC

Text Example


Text Example

White with #A48ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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