Html Css Color HEX #AB98D1 Biloba Flower

📋 copy color: '#AB98D1'

red 171 ◦ green 152 ◦ blue 209

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

Shades of Biloba Flower #AB98D1

Tints of Biloba Flower #AB98D1

RGB

 RED value IS 171 (67.19% from 255) = 32.14%

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

 BLUE value IS 209 (82.03% from 255) = 39.29%

R = 32.14%
G = 28.57%
B = 39.29%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB98D1 (or 0xAB98D1) is known color: Biloba Flower. HEX triplet: AB, 98 and D1. RGB value is (171,152,209). Sum of RGB (Red+Green+Blue) = 171+152+209=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 209 (82.03% from 255 or 39.29% from 532); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB98D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98D1 is #54672E. Grayscale: #A3A3A3. Windows color (decimal): -5531439 or 13736107. OLE color: 13736107.

HSL color Cylindrical-coordinate representation of color #AB98D1: hue angle of 260º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB98D1 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 152 209 -
CMYK 0.18 0.27 0 0.18
HSL 260º 0.38% 0.71% -
HSV(B) 260º 0.27% 0.82% -
XYZ 39.53 35.72 65.13 -
YUV 164.18 153.29 132.87 -
System Red Green Blue C M Y K H S L
Decimal 171 152 209 0.18 0.27 0 0.18 260 0.38 0.71
Hex AB 98 D1 12 1B 0 12 104 26 47
Octal 253 230 321 22 33 0 22 404 46 107
Binary 10101011 10011000 11010001 10010 11011 0 10010 100000100 100110 1000111

Color Harmonies of #AB98D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98D1

Black with #AB98D1

Text Example


Text Example

White with #AB98D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98D1; }

 p { color: rgb(171,152,209); }

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

background-color css

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

 a { background-color: rgb(171,152,209); }

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

border-color css

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

 span { border-color: rgb(171,152,209); }

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