Html Css Color HEX #A198B3 Cold Purple

📋 copy color: '#A198B3'

red 161 ◦ green 152 ◦ blue 179

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

Shades of Cold Purple #A198B3

Tints of Cold Purple #A198B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 32.72%
G = 30.89%
B = 36.38%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A198B3 (or 0xA198B3) is known color: Cold Purple. HEX triplet: A1, 98 and B3. RGB value is (161,152,179). Sum of RGB (Red+Green+Blue) = 161+152+179=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 179 - color contains mainly: blue. Hex color #A198B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A198B3 is #5E674C. Grayscale: #9D9D9D. Windows color (decimal): -6186829 or 11770017. OLE color: 11770017.

HSL color Cylindrical-coordinate representation of color #A198B3: hue angle of 260º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A198B3 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 152 179 -
CMYK 0.10 0.15 0 0.30
HSL 260º 0.15% 0.65% -
HSV(B) 260º 0.15% 0.7% -
XYZ 34.06 33.29 47.28 -
YUV 157.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 161 152 179 0.10 0.15 0 0.30 260 0.15 0.65
Hex A1 98 B3 A F 0 1E 104 F 41
Octal 241 230 263 12 17 0 36 404 17 101
Binary 10100001 10011000 10110011 1010 1111 0 11110 100000100 1111 1000001

Color Harmonies of #A198B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A198B3

Black with #A198B3

Text Example


Text Example

White with #A198B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A198B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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