Html Css Color HEX #AB8FCF Biloba Flower

📋 copy color: '#AB8FCF'

red 171 ◦ green 143 ◦ blue 207

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

Shades of Biloba Flower #AB8FCF

Tints of Biloba Flower #AB8FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 32.82%
G = 27.45%
B = 39.73%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB8FCF (or 0xAB8FCF) is known color: Biloba Flower. HEX triplet: AB, 8F and CF. RGB value is (171,143,207). Sum of RGB (Red+Green+Blue) = 171+143+207=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8FCF is #547030. Grayscale: #9E9E9E. Windows color (decimal): -5533745 or 13602731. OLE color: 13602731.

HSL color Cylindrical-coordinate representation of color #AB8FCF: hue angle of 266.25º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB8FCF is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 143 207 -
CMYK 0.17 0.31 0 0.19
HSL 266.25º 0.4% 0.69% -
HSV(B) 266.25º 0.31% 0.81% -
XYZ 37.88 32.81 63.37 -
YUV 158.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 171 143 207 0.17 0.31 0 0.19 266.25 0.4 0.69
Hex AB 8F CF 11 1F 0 13 10A 28 45
Octal 253 217 317 21 37 0 23 412 50 105
Binary 10101011 10001111 11001111 10001 11111 0 10011 100001010 101000 1000101

Color Harmonies of #AB8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FCF

Black with #AB8FCF

Text Example


Text Example

White with #AB8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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