Html Css Color HEX #AB98C2 Biloba Flower

📋 copy color: '#AB98C2'

red 171 ◦ green 152 ◦ blue 194

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

Shades of Biloba Flower #AB98C2

Tints of Biloba Flower #AB98C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.52%

R = 33.08%
G = 29.4%
B = 37.52%

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

#AB98C2 (or 0xAB98C2) is known color: Biloba Flower. HEX triplet: AB, 98 and C2. RGB value is (171,152,194). Sum of RGB (Red+Green+Blue) = 171+152+194=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 194 (76.17% from 255 or 37.52% from 517); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB98C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB98C2 is #54673D. Grayscale: #A2A2A2. Windows color (decimal): -5531454 or 12753067. OLE color: 12753067.

HSL color Cylindrical-coordinate representation of color #AB98C2: hue angle of 267.14º 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 #AB98C2 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 152 194 -
CMYK 0.12 0.22 0 0.24
HSL 267.14º 0.26% 0.68% -
HSV(B) 267.14º 0.22% 0.76% -
XYZ 37.76 35.01 55.81 -
YUV 162.47 145.79 134.08 -
System Red Green Blue C M Y K H S L
Decimal 171 152 194 0.12 0.22 0 0.24 267.14 0.26 0.68
Hex AB 98 C2 C 16 0 18 10B 1A 44
Octal 253 230 302 14 26 0 30 413 32 104
Binary 10101011 10011000 11000010 1100 10110 0 11000 100001011 11010 1000100

Color Harmonies of #AB98C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB98C2

Black with #AB98C2

Text Example


Text Example

White with #AB98C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB98C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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