Html Css Color HEX #A898BD Cold Purple

📋 copy color: '#A898BD'

red 168 ◦ green 152 ◦ blue 189

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

Shades of Cold Purple #A898BD

Tints of Cold Purple #A898BD

RGB

 RED value IS 168 (66.02% from 255) = 33.01%

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

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

R = 33.01%
G = 29.86%
B = 37.13%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A898BD (or 0xA898BD) is known color: Cold Purple. HEX triplet: A8, 98 and BD. RGB value is (168,152,189). Sum of RGB (Red+Green+Blue) = 168+152+189=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 152 (59.77% from 255 or 29.86% from 509); Blue value is 189 (74.22% from 255 or 37.13% from 509); Max value from RGB is 189 - color contains mainly: blue. Hex color #A898BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BD is #576742. Grayscale: #A0A0A0. Windows color (decimal): -5728067 or 12425384. OLE color: 12425384.

HSL color Cylindrical-coordinate representation of color #A898BD: hue angle of 265.95º 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 #A898BD is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 152 189 -
CMYK 0.11 0.20 0 0.26
HSL 265.95º 0.22% 0.67% -
HSV(B) 265.95º 0.2% 0.74% -
XYZ 36.56 34.46 52.87 -
YUV 161 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 168 152 189 0.11 0.20 0 0.26 265.95 0.22 0.67
Hex A8 98 BD B 14 0 1A 10A 16 43
Octal 250 230 275 13 24 0 32 412 26 103
Binary 10101000 10011000 10111101 1011 10100 0 11010 100001010 10110 1000011

Color Harmonies of #A898BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898BD

Black with #A898BD

Text Example


Text Example

White with #A898BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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