Html Css Color HEX #AB98C5 Biloba Flower

📋 copy color: '#AB98C5'

red 171 ◦ green 152 ◦ blue 197

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

Shades of Biloba Flower #AB98C5

Tints of Biloba Flower #AB98C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.88%

R = 32.88%
G = 29.23%
B = 37.88%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AB98C5 (or 0xAB98C5) is known color: Biloba Flower. HEX triplet: AB, 98 and C5. RGB value is (171,152,197). Sum of RGB (Red+Green+Blue) = 171+152+197=520 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.88% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 197 - color contains mainly: blue. Hex color #AB98C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98C5 is #54673A. Grayscale: #A2A2A2. Windows color (decimal): -5531451 or 12949675. OLE color: 12949675.

HSL color Cylindrical-coordinate representation of color #AB98C5: hue angle of 265.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB98C5 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 152 197 -
CMYK 0.13 0.23 0 0.23
HSL 265.33º 0.28% 0.68% -
HSV(B) 265.33º 0.23% 0.77% -
XYZ 38.1 35.15 57.6 -
YUV 162.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 171 152 197 0.13 0.23 0 0.23 265.33 0.28 0.68
Hex AB 98 C5 D 17 0 17 109 1C 44
Octal 253 230 305 15 27 0 27 411 34 104
Binary 10101011 10011000 11000101 1101 10111 0 10111 100001001 11100 1000100

Color Harmonies of #AB98C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98C5

Black with #AB98C5

Text Example


Text Example

White with #AB98C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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