Html Css Color HEX #AB8CEB Biloba Flower

📋 copy color: '#AB8CEB'

red 171 ◦ green 140 ◦ blue 235

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

Shades of Biloba Flower #AB8CEB

Tints of Biloba Flower #AB8CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.04%

R = 31.32%
G = 25.64%
B = 43.04%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB8CEB (or 0xAB8CEB) is known color: Biloba Flower. HEX triplet: AB, 8C and EB. RGB value is (171,140,235). Sum of RGB (Red+Green+Blue) = 171+140+235=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB8CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CEB is #547314. Grayscale: #9F9F9F. Windows color (decimal): -5534485 or 15436971. OLE color: 15436971.

HSL color Cylindrical-coordinate representation of color #AB8CEB: hue angle of 259.58º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB8CEB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 140 235 -
CMYK 0.27 0.40 0 0.08
HSL 259.58º 0.7% 0.74% -
HSV(B) 259.58º 0.4% 0.92% -
XYZ 41.17 33.41 82.88 -
YUV 160.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 171 140 235 0.27 0.40 0 0.08 259.58 0.7 0.74
Hex AB 8C EB 1B 28 0 8 104 46 4A
Octal 253 214 353 33 50 0 10 404 106 112
Binary 10101011 10001100 11101011 11011 101000 0 1000 100000100 1000110 1001010

Color Harmonies of #AB8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CEB

Black with #AB8CEB

Text Example


Text Example

White with #AB8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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