Html Css Color HEX #A48ACE Cold Purple

📋 copy color: '#A48ACE'

red 164 ◦ green 138 ◦ blue 206

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

Shades of Cold Purple #A48ACE

Tints of Cold Purple #A48ACE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

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

R = 32.28%
G = 27.17%
B = 40.55%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A48ACE (or 0xA48ACE) is known color: Cold Purple. HEX triplet: A4, 8A and CE. RGB value is (164,138,206). Sum of RGB (Red+Green+Blue) = 164+138+206=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #A48ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48ACE is #5B7531. Grayscale: #999999. Windows color (decimal): -5993778 or 13535908. OLE color: 13535908.

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

Color convert

RGB 164 138 206 -
CMYK 0.20 0.33 0 0.19
HSL 262.94º 0.41% 0.67% -
HSV(B) 262.94º 0.33% 0.81% -
XYZ 35.54 30.53 62.41 -
YUV 153.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 164 138 206 0.20 0.33 0 0.19 262.94 0.41 0.67
Hex A4 8A CE 14 21 0 13 107 29 43
Octal 244 212 316 24 41 0 23 407 51 103
Binary 10100100 10001010 11001110 10100 100001 0 10011 100000111 101001 1000011

Color Harmonies of #A48ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48ACE

Black with #A48ACE

Text Example


Text Example

White with #A48ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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