Html Css Color HEX #AB8CEF Biloba Flower

📋 copy color: '#AB8CEF'

red 171 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #AB8CEF

Tints of Biloba Flower #AB8CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 31.09%
G = 25.45%
B = 43.45%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB8CEF (or 0xAB8CEF) is known color: Biloba Flower. HEX triplet: AB, 8C and EF. RGB value is (171,140,239). Sum of RGB (Red+Green+Blue) = 171+140+239=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 140 (55.08% from 255 or 25.45% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB8CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CEF is #547310. Grayscale: #A0A0A0. Windows color (decimal): -5534481 or 15699115. OLE color: 15699115.

HSL color Cylindrical-coordinate representation of color #AB8CEF: hue angle of 258.79º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB8CEF is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 140 239 -
CMYK 0.28 0.41 0 0.06
HSL 258.79º 0.76% 0.74% -
HSV(B) 258.79º 0.41% 0.94% -
XYZ 41.75 33.65 85.96 -
YUV 160.56 172.27 135.45 -
System Red Green Blue C M Y K H S L
Decimal 171 140 239 0.28 0.41 0 0.06 258.79 0.76 0.74
Hex AB 8C EF 1C 29 0 6 103 4C 4A
Octal 253 214 357 34 51 0 6 403 114 112
Binary 10101011 10001100 11101111 11100 101001 0 110 100000011 1001100 1001010

Color Harmonies of #AB8CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CEF

Black with #AB8CEF

Text Example


Text Example

White with #AB8CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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