Html Css Color HEX #AB98FF Biloba Flower

📋 copy color: '#AB98FF'

red 171 ◦ green 152 ◦ blue 255

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

Shades of Biloba Flower #AB98FF

Tints of Biloba Flower #AB98FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 29.58%
G = 26.3%
B = 44.12%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB98FF (or 0xAB98FF) is known color: Biloba Flower. HEX triplet: AB, 98 and FF. RGB value is (171,152,255). Sum of RGB (Red+Green+Blue) = 171+152+255=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 152 (59.77% from 255 or 26.30% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB98FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98FF is #546700. Grayscale: #A9A9A9. Windows color (decimal): -5531393 or 16750763. OLE color: 16750763.

HSL color Cylindrical-coordinate representation of color #AB98FF: hue angle of 251.07º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB98FF is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 152 255 -
CMYK 0.33 0.40 0 0
HSL 251.07º 1% 0.8% -
HSV(B) 251.07º 0.4% 1% -
XYZ 46.07 38.33 99.58 -
YUV 169.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 171 152 255 0.33 0.40 0 0 251.07 1 0.8
Hex AB 98 FF 21 28 0 0 FB 64 50
Octal 253 230 377 41 50 0 0 373 144 120
Binary 10101011 10011000 11111111 100001 101000 0 0 11111011 1100100 1010000

Color Harmonies of #AB98FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98FF

Black with #AB98FF

Text Example


Text Example

White with #AB98FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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