Html Css Color HEX #AB9BE6 Biloba Flower

📋 copy color: '#AB9BE6'

red 171 ◦ green 155 ◦ blue 230

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

Shades of Biloba Flower #AB9BE6

Tints of Biloba Flower #AB9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 30.76%
G = 27.88%
B = 41.37%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AB9BE6 (or 0xAB9BE6) is known color: Biloba Flower. HEX triplet: AB, 9B and E6. RGB value is (171,155,230). Sum of RGB (Red+Green+Blue) = 171+155+230=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 155 (60.94% from 255 or 27.88% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB9BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9BE6 is #546419. Grayscale: #A8A8A8. Windows color (decimal): -5530650 or 15113131. OLE color: 15113131.

HSL color Cylindrical-coordinate representation of color #AB9BE6: hue angle of 252.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AB9BE6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 155 230 -
CMYK 0.26 0.33 0 0.10
HSL 252.8º 0.6% 0.75% -
HSV(B) 252.8º 0.33% 0.9% -
XYZ 42.8 37.81 79.91 -
YUV 168.33 162.8 129.9 -
System Red Green Blue C M Y K H S L
Decimal 171 155 230 0.26 0.33 0 0.10 252.8 0.6 0.75
Hex AB 9B E6 1A 21 0 A FD 3C 4B
Octal 253 233 346 32 41 0 12 375 74 113
Binary 10101011 10011011 11100110 11010 100001 0 1010 11111101 111100 1001011

Color Harmonies of #AB9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BE6

Black with #AB9BE6

Text Example


Text Example

White with #AB9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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