Html Css Color HEX #AB98D8 Biloba Flower

📋 copy color: '#AB98D8'

red 171 ◦ green 152 ◦ blue 216

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

Shades of Biloba Flower #AB98D8

Tints of Biloba Flower #AB98D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.07%

R = 31.73%
G = 28.2%
B = 40.07%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB98D8 (or 0xAB98D8) is known color: Biloba Flower. HEX triplet: AB, 98 and D8. RGB value is (171,152,216). Sum of RGB (Red+Green+Blue) = 171+152+216=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 216 (84.77% from 255 or 40.07% from 539); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB98D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98D8 is #546727. Grayscale: #A4A4A4. Windows color (decimal): -5531432 or 14194859. OLE color: 14194859.

HSL color Cylindrical-coordinate representation of color #AB98D8: hue angle of 257.81º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB98D8 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 152 216 -
CMYK 0.21 0.30 0 0.15
HSL 257.81º 0.45% 0.72% -
HSV(B) 257.81º 0.3% 0.85% -
XYZ 40.42 36.07 69.8 -
YUV 164.98 156.79 132.3 -
System Red Green Blue C M Y K H S L
Decimal 171 152 216 0.21 0.30 0 0.15 257.81 0.45 0.72
Hex AB 98 D8 15 1E 0 F 102 2D 48
Octal 253 230 330 25 36 0 17 402 55 110
Binary 10101011 10011000 11011000 10101 11110 0 1111 100000010 101101 1001000

Color Harmonies of #AB98D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98D8

Black with #AB98D8

Text Example


Text Example

White with #AB98D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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