Html Css Color HEX #A898BC Cold Purple

📋 copy color: '#A898BC'

red 168 ◦ green 152 ◦ blue 188

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

Shades of Cold Purple #A898BC

Tints of Cold Purple #A898BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.01%

R = 33.07%
G = 29.92%
B = 37.01%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A898BC (or 0xA898BC) is known color: Cold Purple. HEX triplet: A8, 98 and BC. RGB value is (168,152,188). Sum of RGB (Red+Green+Blue) = 168+152+188=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 152 (59.77% from 255 or 29.92% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #A898BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A898BC is #576743. Grayscale: #A0A0A0. Windows color (decimal): -5728068 or 12359848. OLE color: 12359848.

HSL color Cylindrical-coordinate representation of color #A898BC: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A898BC is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 152 188 -
CMYK 0.11 0.19 0 0.26
HSL 266.67º 0.21% 0.67% -
HSV(B) 266.67º 0.19% 0.74% -
XYZ 36.45 34.41 52.3 -
YUV 160.89 143.3 133.07 -
System Red Green Blue C M Y K H S L
Decimal 168 152 188 0.11 0.19 0 0.26 266.67 0.21 0.67
Hex A8 98 BC B 13 0 1A 10B 15 43
Octal 250 230 274 13 23 0 32 413 25 103
Binary 10101000 10011000 10111100 1011 10011 0 11010 100001011 10101 1000011

Color Harmonies of #A898BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A898BC

Black with #A898BC

Text Example


Text Example

White with #A898BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A898BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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