Html Css Color HEX #AB8CCF Biloba Flower

📋 copy color: '#AB8CCF'

red 171 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #AB8CCF

Tints of Biloba Flower #AB8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.03%

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

R = 33.01%
G = 27.03%
B = 39.96%

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

#AB8CCF (or 0xAB8CCF) is known color: Biloba Flower. HEX triplet: AB, 8C and CF. RGB value is (171,140,207). Sum of RGB (Red+Green+Blue) = 171+140+207=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB8CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8CCF is #547330. Grayscale: #9C9C9C. Windows color (decimal): -5534513 or 13601963. OLE color: 13601963.

HSL color Cylindrical-coordinate representation of color #AB8CCF: hue angle of 267.76º 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 #AB8CCF is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 140 207 -
CMYK 0.17 0.32 0 0.19
HSL 267.76º 0.41% 0.68% -
HSV(B) 267.76º 0.32% 0.81% -
XYZ 37.44 31.92 63.22 -
YUV 156.91 156.27 138.05 -
System Red Green Blue C M Y K H S L
Decimal 171 140 207 0.17 0.32 0 0.19 267.76 0.41 0.68
Hex AB 8C CF 11 20 0 13 10C 29 44
Octal 253 214 317 21 40 0 23 414 51 104
Binary 10101011 10001100 11001111 10001 100000 0 10011 100001100 101001 1000100

Color Harmonies of #AB8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CCF

Black with #AB8CCF

Text Example


Text Example

White with #AB8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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