Html Css Color HEX #A48CCE Cold Purple

📋 copy color: '#A48CCE'

red 164 ◦ green 140 ◦ blue 206

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

Shades of Cold Purple #A48CCE

Tints of Cold Purple #A48CCE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.45%

 BLUE value IS 206 (80.86% from 255) = 40.39%

R = 32.16%
G = 27.45%
B = 40.39%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A48CCE (or 0xA48CCE) is known color: Cold Purple. HEX triplet: A4, 8C and CE. RGB value is (164,140,206). Sum of RGB (Red+Green+Blue) = 164+140+206=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 140 (55.08% from 255 or 27.45% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A48CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CCE is #5B7331. Grayscale: #9A9A9A. Windows color (decimal): -5993266 or 13536420. OLE color: 13536420.

HSL color Cylindrical-coordinate representation of color #A48CCE: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A48CCE is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 140 206 -
CMYK 0.20 0.32 0 0.19
HSL 261.82º 0.4% 0.68% -
HSV(B) 261.82º 0.32% 0.81% -
XYZ 35.83 31.1 62.51 -
YUV 154.7 156.95 134.63 -
System Red Green Blue C M Y K H S L
Decimal 164 140 206 0.20 0.32 0 0.19 261.82 0.4 0.68
Hex A4 8C CE 14 20 0 13 106 28 44
Octal 244 214 316 24 40 0 23 406 50 104
Binary 10100100 10001100 11001110 10100 100000 0 10011 100000110 101000 1000100

Color Harmonies of #A48CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CCE

Black with #A48CCE

Text Example


Text Example

White with #A48CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CCE; }

 p { color: rgb(164,140,206); }

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

background-color css

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

 a { background-color: rgb(164,140,206); }

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

border-color css

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

 span { border-color: rgb(164,140,206); }

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