Html Css Color HEX #AB98C3 Biloba Flower

📋 copy color: '#AB98C3'

red 171 ◦ green 152 ◦ blue 195

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

Shades of Biloba Flower #AB98C3

Tints of Biloba Flower #AB98C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.64%

R = 33.01%
G = 29.34%
B = 37.64%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AB98C3 (or 0xAB98C3) is known color: Biloba Flower. HEX triplet: AB, 98 and C3. RGB value is (171,152,195). Sum of RGB (Red+Green+Blue) = 171+152+195=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 195 (76.56% from 255 or 37.64% from 518); Max value from RGB is 195 - color contains mainly: blue. Hex color #AB98C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98C3 is #54673C. Grayscale: #A2A2A2. Windows color (decimal): -5531453 or 12818603. OLE color: 12818603.

HSL color Cylindrical-coordinate representation of color #AB98C3: hue angle of 266.51º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AB98C3 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 152 195 -
CMYK 0.12 0.22 0 0.24
HSL 266.51º 0.26% 0.68% -
HSV(B) 266.51º 0.22% 0.76% -
XYZ 37.87 35.05 56.4 -
YUV 162.58 146.29 134 -
System Red Green Blue C M Y K H S L
Decimal 171 152 195 0.12 0.22 0 0.24 266.51 0.26 0.68
Hex AB 98 C3 C 16 0 18 10B 1A 44
Octal 253 230 303 14 26 0 30 413 32 104
Binary 10101011 10011000 11000011 1100 10110 0 11000 100001011 11010 1000100

Color Harmonies of #AB98C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98C3

Black with #AB98C3

Text Example


Text Example

White with #AB98C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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