Html Css Color HEX #A488CC Cold Purple

📋 copy color: '#A488CC'

red 164 ◦ green 136 ◦ blue 204

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

Shades of Cold Purple #A488CC

Tints of Cold Purple #A488CC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 32.54%
G = 26.98%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A488CC (or 0xA488CC) is known color: Cold Purple. HEX triplet: A4, 88 and CC. RGB value is (164,136,204). Sum of RGB (Red+Green+Blue) = 164+136+204=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #A488CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CC is #5B7733. Grayscale: #979797. Windows color (decimal): -5994292 or 13404324. OLE color: 13404324.

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

Color convert

RGB 164 136 204 -
CMYK 0.20 0.33 0 0.2
HSL 264.71º 0.4% 0.67% -
HSV(B) 264.71º 0.33% 0.8% -
XYZ 35.01 29.86 61.05 -
YUV 152.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 164 136 204 0.20 0.33 0 0.2 264.71 0.4 0.67
Hex A4 88 CC 14 21 0 14 109 28 43
Octal 244 210 314 24 41 0 24 411 50 103
Binary 10100100 10001000 11001100 10100 100001 0 10100 100001001 101000 1000011

Color Harmonies of #A488CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488CC

Black with #A488CC

Text Example


Text Example

White with #A488CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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