Html Css Color HEX #AB98DC Biloba Flower

📋 copy color: '#AB98DC'

red 171 ◦ green 152 ◦ blue 220

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

Shades of Biloba Flower #AB98DC

Tints of Biloba Flower #AB98DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.52%

R = 31.49%
G = 27.99%
B = 40.52%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB98DC (or 0xAB98DC) is known color: Biloba Flower. HEX triplet: AB, 98 and DC. RGB value is (171,152,220). Sum of RGB (Red+Green+Blue) = 171+152+220=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 152 (59.77% from 255 or 27.99% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB98DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98DC is #546723. Grayscale: #A5A5A5. Windows color (decimal): -5531428 or 14457003. OLE color: 14457003.

HSL color Cylindrical-coordinate representation of color #AB98DC: hue angle of 256.76º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB98DC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 152 220 -
CMYK 0.22 0.31 0 0.14
HSL 256.76º 0.49% 0.73% -
HSV(B) 256.76º 0.31% 0.86% -
XYZ 40.94 36.28 72.56 -
YUV 165.43 158.79 131.97 -
System Red Green Blue C M Y K H S L
Decimal 171 152 220 0.22 0.31 0 0.14 256.76 0.49 0.73
Hex AB 98 DC 16 1F 0 E 101 31 49
Octal 253 230 334 26 37 0 16 401 61 111
Binary 10101011 10011000 11011100 10110 11111 0 1110 100000001 110001 1001001

Color Harmonies of #AB98DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98DC

Black with #AB98DC

Text Example


Text Example

White with #AB98DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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