Html Css Color HEX #AB98F6 Biloba Flower

📋 copy color: '#AB98F6'

red 171 ◦ green 152 ◦ blue 246

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

Shades of Biloba Flower #AB98F6

Tints of Biloba Flower #AB98F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.23%

R = 30.05%
G = 26.71%
B = 43.23%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#AB98F6 (or 0xAB98F6) is known color: Biloba Flower. HEX triplet: AB, 98 and F6. RGB value is (171,152,246). Sum of RGB (Red+Green+Blue) = 171+152+246=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 246 (96.48% from 255 or 43.23% from 569); Max value from RGB is 246 - color contains mainly: blue. Hex color #AB98F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB98F6 is #546709. Grayscale: #A8A8A8. Windows color (decimal): -5531402 or 16160939. OLE color: 16160939.

HSL color Cylindrical-coordinate representation of color #AB98F6: hue angle of 252.13º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB98F6 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 152 246 -
CMYK 0.30 0.38 0 0.04
HSL 252.13º 0.84% 0.78% -
HSV(B) 252.13º 0.38% 0.96% -
XYZ 44.66 37.77 92.13 -
YUV 168.4 171.79 129.86 -
System Red Green Blue C M Y K H S L
Decimal 171 152 246 0.30 0.38 0 0.04 252.13 0.84 0.78
Hex AB 98 F6 1E 26 0 4 FC 54 4E
Octal 253 230 366 36 46 0 4 374 124 116
Binary 10101011 10011000 11110110 11110 100110 0 100 11111100 1010100 1001110

Color Harmonies of #AB98F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98F6

Black with #AB98F6

Text Example


Text Example

White with #AB98F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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