Html Css Color HEX #A189CA Cold Purple

📋 copy color: '#A189CA'

red 161 ◦ green 137 ◦ blue 202

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

Shades of Cold Purple #A189CA

Tints of Cold Purple #A189CA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 32.2%
G = 27.4%
B = 40.4%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A189CA (or 0xA189CA) is known color: Cold Purple. HEX triplet: A1, 89 and CA. RGB value is (161,137,202). Sum of RGB (Red+Green+Blue) = 161+137+202=500 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.2% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #A189CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189CA is #5E7635. Grayscale: #979797. Windows color (decimal): -6190646 or 13273505. OLE color: 13273505.

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

Color convert

RGB 161 137 202 -
CMYK 0.20 0.32 0 0.21
HSL 262.15º 0.38% 0.66% -
HSV(B) 262.15º 0.32% 0.79% -
XYZ 34.3 29.73 59.81 -
YUV 151.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 161 137 202 0.20 0.32 0 0.21 262.15 0.38 0.66
Hex A1 89 CA 14 20 0 15 106 26 42
Octal 241 211 312 24 40 0 25 406 46 102
Binary 10100001 10001001 11001010 10100 100000 0 10101 100000110 100110 1000010

Color Harmonies of #A189CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189CA

Black with #A189CA

Text Example


Text Example

White with #A189CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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