Html Css Color HEX #AB8DCF Biloba Flower

📋 copy color: '#AB8DCF'

red 171 ◦ green 141 ◦ blue 207

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

Shades of Biloba Flower #AB8DCF

Tints of Biloba Flower #AB8DCF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.17%

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

R = 32.95%
G = 27.17%
B = 39.88%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AB8DCF (or 0xAB8DCF) is known color: Biloba Flower. HEX triplet: AB, 8D and CF. RGB value is (171,141,207). Sum of RGB (Red+Green+Blue) = 171+141+207=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 141 (55.47% from 255 or 27.17% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCF is #547230. Grayscale: #9D9D9D. Windows color (decimal): -5534257 or 13602219. OLE color: 13602219.

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

Color convert

RGB 171 141 207 -
CMYK 0.17 0.32 0 0.19
HSL 267.27º 0.41% 0.68% -
HSV(B) 267.27º 0.32% 0.81% -
XYZ 37.58 32.21 63.27 -
YUV 157.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 171 141 207 0.17 0.32 0 0.19 267.27 0.41 0.68
Hex AB 8D CF 11 20 0 13 10B 29 44
Octal 253 215 317 21 40 0 23 413 51 104
Binary 10101011 10001101 11001111 10001 100000 0 10011 100001011 101001 1000100

Color Harmonies of #AB8DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DCF

Black with #AB8DCF

Text Example


Text Example

White with #AB8DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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