Html Css Color HEX #AB9BEA Biloba Flower

📋 copy color: '#AB9BEA'

red 171 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #AB9BEA

Tints of Biloba Flower #AB9BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.68%

 BLUE value IS 234 (91.8% from 255) = 41.79%

R = 30.54%
G = 27.68%
B = 41.79%

CMYK

 C value IS 0.27

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AB9BEA (or 0xAB9BEA) is known color: Biloba Flower. HEX triplet: AB, 9B and EA. RGB value is (171,155,234). Sum of RGB (Red+Green+Blue) = 171+155+234=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB9BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BEA is #546415. Grayscale: #A8A8A8. Windows color (decimal): -5530646 or 15375275. OLE color: 15375275.

HSL color Cylindrical-coordinate representation of color #AB9BEA: hue angle of 252.15º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB9BEA is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 155 234 -
CMYK 0.27 0.34 0 0.08
HSL 252.15º 0.65% 0.76% -
HSV(B) 252.15º 0.34% 0.92% -
XYZ 43.37 38.04 82.9 -
YUV 168.79 164.8 129.58 -
System Red Green Blue C M Y K H S L
Decimal 171 155 234 0.27 0.34 0 0.08 252.15 0.65 0.76
Hex AB 9B EA 1B 22 0 8 FC 41 4C
Octal 253 233 352 33 42 0 10 374 101 114
Binary 10101011 10011011 11101010 11011 100010 0 1000 11111100 1000001 1001100

Color Harmonies of #AB9BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BEA

Black with #AB9BEA

Text Example


Text Example

White with #AB9BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BEA; }

 p { color: rgb(171,155,234); }

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

background-color css

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

 a { background-color: rgb(171,155,234); }

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

border-color css

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

 span { border-color: rgb(171,155,234); }

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