Html Css Color HEX #A188CA Cold Purple

📋 copy color: '#A188CA'

red 161 ◦ green 136 ◦ blue 202

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

Shades of Cold Purple #A188CA

Tints of Cold Purple #A188CA

RGB

 RED value IS 161 (63.28% from 255) = 32.26%

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

 BLUE value IS 202 (79.3% from 255) = 40.48%

R = 32.26%
G = 27.25%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A188CA (or 0xA188CA) is known color: Cold Purple. HEX triplet: A1, 88 and CA. RGB value is (161,136,202). Sum of RGB (Red+Green+Blue) = 161+136+202=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 136 (53.52% from 255 or 27.25% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #A188CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188CA is #5E7735. Grayscale: #969696. Windows color (decimal): -6190902 or 13273249. OLE color: 13273249.

HSL color Cylindrical-coordinate representation of color #A188CA: hue angle of 262.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A188CA is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 136 202 -
CMYK 0.20 0.33 0 0.21
HSL 262.73º 0.38% 0.66% -
HSV(B) 262.73º 0.33% 0.79% -
XYZ 34.16 29.45 59.76 -
YUV 151 156.78 135.13 -
System Red Green Blue C M Y K H S L
Decimal 161 136 202 0.20 0.33 0 0.21 262.73 0.38 0.66
Hex A1 88 CA 14 21 0 15 107 26 42
Octal 241 210 312 24 41 0 25 407 46 102
Binary 10100001 10001000 11001010 10100 100001 0 10101 100000111 100110 1000010

Color Harmonies of #A188CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188CA

Black with #A188CA

Text Example


Text Example

White with #A188CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188CA; }

 p { color: rgb(161,136,202); }

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

background-color css

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

 a { background-color: rgb(161,136,202); }

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

border-color css

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

 span { border-color: rgb(161,136,202); }

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