Html Css Color HEX #A48CCC Cold Purple

📋 copy color: '#A48CCC'

red 164 ◦ green 140 ◦ blue 204

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

Shades of Cold Purple #A48CCC

Tints of Cold Purple #A48CCC

RGB

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

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

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

R = 32.28%
G = 27.56%
B = 40.16%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A48CCC (or 0xA48CCC) is known color: Cold Purple. HEX triplet: A4, 8C and CC. RGB value is (164,140,204). Sum of RGB (Red+Green+Blue) = 164+140+204=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #A48CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A48CCC is #5B7333. Grayscale: #9A9A9A. Windows color (decimal): -5993268 or 13405348. OLE color: 13405348.

HSL color Cylindrical-coordinate representation of color #A48CCC: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A48CCC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 140 204 -
CMYK 0.20 0.31 0 0.2
HSL 262.5º 0.39% 0.67% -
HSV(B) 262.5º 0.31% 0.8% -
XYZ 35.59 31.01 61.24 -
YUV 154.47 155.95 134.8 -
System Red Green Blue C M Y K H S L
Decimal 164 140 204 0.20 0.31 0 0.2 262.5 0.39 0.67
Hex A4 8C CC 14 1F 0 14 106 27 43
Octal 244 214 314 24 37 0 24 406 47 103
Binary 10100100 10001100 11001100 10100 11111 0 10100 100000110 100111 1000011

Color Harmonies of #A48CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48CCC

Black with #A48CCC

Text Example


Text Example

White with #A48CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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