Html Css Color HEX #AB8FCB Biloba Flower

📋 copy color: '#AB8FCB'

red 171 ◦ green 143 ◦ blue 203

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

Shades of Biloba Flower #AB8FCB

Tints of Biloba Flower #AB8FCB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.66%

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 33.08%
G = 27.66%
B = 39.26%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB8FCB (or 0xAB8FCB) is known color: Biloba Flower. HEX triplet: AB, 8F and CB. RGB value is (171,143,203). Sum of RGB (Red+Green+Blue) = 171+143+203=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB8FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCB is #547034. Grayscale: #9E9E9E. Windows color (decimal): -5533749 or 13340587. OLE color: 13340587.

HSL color Cylindrical-coordinate representation of color #AB8FCB: hue angle of 268º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB8FCB is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 143 203 -
CMYK 0.16 0.30 0 0.20
HSL 268º 0.37% 0.68% -
HSV(B) 268º 0.3% 0.8% -
XYZ 37.4 32.61 60.82 -
YUV 158.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 171 143 203 0.16 0.30 0 0.20 268 0.37 0.68
Hex AB 8F CB 10 1E 0 14 10C 25 44
Octal 253 217 313 20 36 0 24 414 45 104
Binary 10101011 10001111 11001011 10000 11110 0 10100 100001100 100101 1000100

Color Harmonies of #AB8FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FCB

Black with #AB8FCB

Text Example


Text Example

White with #AB8FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FCB; }

 p { color: rgb(171,143,203); }

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

background-color css

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

 a { background-color: rgb(171,143,203); }

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

border-color css

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

 span { border-color: rgb(171,143,203); }

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