Html Css Color HEX #A898BF Cold Purple

📋 copy color: '#A898BF'

red 168 ◦ green 152 ◦ blue 191

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

Shades of Cold Purple #A898BF

Tints of Cold Purple #A898BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 37.38%

R = 32.88%
G = 29.75%
B = 37.38%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A898BF (or 0xA898BF) is known color: Cold Purple. HEX triplet: A8, 98 and BF. RGB value is (168,152,191). Sum of RGB (Red+Green+Blue) = 168+152+191=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 152 (59.77% from 255 or 29.75% from 511); Blue value is 191 (75% from 255 or 37.38% from 511); Max value from RGB is 191 - color contains mainly: blue. Hex color #A898BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BF is #576740. Grayscale: #A1A1A1. Windows color (decimal): -5728065 or 12556456. OLE color: 12556456.

HSL color Cylindrical-coordinate representation of color #A898BF: hue angle of 264.62º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A898BF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 152 191 -
CMYK 0.12 0.20 0 0.25
HSL 264.62º 0.23% 0.67% -
HSV(B) 264.62º 0.2% 0.75% -
XYZ 36.78 34.54 54.02 -
YUV 161.23 144.8 132.83 -
System Red Green Blue C M Y K H S L
Decimal 168 152 191 0.12 0.20 0 0.25 264.62 0.23 0.67
Hex A8 98 BF C 14 0 19 109 17 43
Octal 250 230 277 14 24 0 31 411 27 103
Binary 10101000 10011000 10111111 1100 10100 0 11001 100001001 10111 1000011

Color Harmonies of #A898BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898BF

Black with #A898BF

Text Example


Text Example

White with #A898BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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