Html Css Color HEX #A189C0 Cold Purple

📋 copy color: '#A189C0'

red 161 ◦ green 137 ◦ blue 192

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

Shades of Cold Purple #A189C0

Tints of Cold Purple #A189C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.18%

R = 32.86%
G = 27.96%
B = 39.18%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A189C0 (or 0xA189C0) is known color: Cold Purple. HEX triplet: A1, 89 and C0. RGB value is (161,137,192). Sum of RGB (Red+Green+Blue) = 161+137+192=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 137 (53.91% from 255 or 27.96% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #A189C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A189C0 is #5E763F. Grayscale: #969696. Windows color (decimal): -6190656 or 12618145. OLE color: 12618145.

HSL color Cylindrical-coordinate representation of color #A189C0: hue angle of 266.18º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A189C0 is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 137 192 -
CMYK 0.16 0.29 0 0.25
HSL 266.18º 0.3% 0.65% -
HSV(B) 266.18º 0.29% 0.75% -
XYZ 33.16 29.27 53.77 -
YUV 150.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 161 137 192 0.16 0.29 0 0.25 266.18 0.3 0.65
Hex A1 89 C0 10 1D 0 19 10A 1E 41
Octal 241 211 300 20 35 0 31 412 36 101
Binary 10100001 10001001 11000000 10000 11101 0 11001 100001010 11110 1000001

Color Harmonies of #A189C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A189C0

Black with #A189C0

Text Example


Text Example

White with #A189C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A189C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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