Html Css Color HEX #AB9BEB Biloba Flower

📋 copy color: '#AB9BEB'

red 171 ◦ green 155 ◦ blue 235

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

Shades of Biloba Flower #AB9BEB

Tints of Biloba Flower #AB9BEB

RGB

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

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

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

R = 30.48%
G = 27.63%
B = 41.89%

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

#AB9BEB (or 0xAB9BEB) is known color: Biloba Flower. HEX triplet: AB, 9B and EB. RGB value is (171,155,235). Sum of RGB (Red+Green+Blue) = 171+155+235=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 155 (60.94% from 255 or 27.63% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB9BEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BEB is #546414. Grayscale: #A8A8A8. Windows color (decimal): -5530645 or 15440811. OLE color: 15440811.

HSL color Cylindrical-coordinate representation of color #AB9BEB: hue angle of 252º degrees, saturation: 0.67, 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 #AB9BEB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 171 155 235 -
CMYK 0.27 0.34 0 0.08
HSL 252º 0.67% 0.76% -
HSV(B) 252º 0.34% 0.92% -
XYZ 43.51 38.1 83.66 -
YUV 168.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 171 155 235 0.27 0.34 0 0.08 252 0.67 0.76
Hex AB 9B EB 1B 22 0 8 FC 43 4C
Octal 253 233 353 33 42 0 10 374 103 114
Binary 10101011 10011011 11101011 11011 100010 0 1000 11111100 1000011 1001100

Color Harmonies of #AB9BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BEB

Black with #AB9BEB

Text Example


Text Example

White with #AB9BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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