Html Css Color HEX #A198BD Cold Purple

📋 copy color: '#A198BD'

red 161 ◦ green 152 ◦ blue 189

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

Shades of Cold Purple #A198BD

Tints of Cold Purple #A198BD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

 BLUE value IS 189 (74.22% from 255) = 37.65%

R = 32.07%
G = 30.28%
B = 37.65%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A198BD (or 0xA198BD) is known color: Cold Purple. HEX triplet: A1, 98 and BD. RGB value is (161,152,189). Sum of RGB (Red+Green+Blue) = 161+152+189=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 189 - color contains mainly: blue. Hex color #A198BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198BD is #5E6742. Grayscale: #9E9E9E. Windows color (decimal): -6186819 or 12425377. OLE color: 12425377.

HSL color Cylindrical-coordinate representation of color #A198BD: hue angle of 254.59º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A198BD is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 152 189 -
CMYK 0.15 0.20 0 0.26
HSL 254.59º 0.22% 0.67% -
HSV(B) 254.59º 0.2% 0.74% -
XYZ 35.11 33.71 52.8 -
YUV 158.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 161 152 189 0.15 0.20 0 0.26 254.59 0.22 0.67
Hex A1 98 BD F 14 0 1A FF 16 43
Octal 241 230 275 17 24 0 32 377 26 103
Binary 10100001 10011000 10111101 1111 10100 0 11010 11111111 10110 1000011

Color Harmonies of #A198BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198BD

Black with #A198BD

Text Example


Text Example

White with #A198BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198BD; }

 p { color: rgb(161,152,189); }

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

background-color css

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

 a { background-color: rgb(161,152,189); }

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

border-color css

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

 span { border-color: rgb(161,152,189); }

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