Html Css Color HEX #A488CD Cold Purple

📋 copy color: '#A488CD'

red 164 ◦ green 136 ◦ blue 205

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

Shades of Cold Purple #A488CD

Tints of Cold Purple #A488CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.59%

R = 32.48%
G = 26.93%
B = 40.59%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A488CD (or 0xA488CD) is known color: Cold Purple. HEX triplet: A4, 88 and CD. RGB value is (164,136,205). Sum of RGB (Red+Green+Blue) = 164+136+205=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #A488CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A488CD is #5B7732. Grayscale: #979797. Windows color (decimal): -5994291 or 13469860. OLE color: 13469860.

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

Color convert

RGB 164 136 205 -
CMYK 0.2 0.34 0 0.20
HSL 264.35º 0.41% 0.67% -
HSV(B) 264.35º 0.34% 0.8% -
XYZ 35.13 29.91 61.68 -
YUV 152.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 164 136 205 0.2 0.34 0 0.20 264.35 0.41 0.67
Hex A4 88 CD 14 22 0 14 108 29 43
Octal 244 210 315 24 42 0 24 410 51 103
Binary 10100100 10001000 11001101 10100 100010 0 10100 100001000 101001 1000011

Color Harmonies of #A488CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A488CD

Black with #A488CD

Text Example


Text Example

White with #A488CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A488CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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