Html Css Color HEX #AB9AE6 Biloba Flower

📋 copy color: '#AB9AE6'

red 171 ◦ green 154 ◦ blue 230

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

Shades of Biloba Flower #AB9AE6

Tints of Biloba Flower #AB9AE6

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.75%

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

R = 30.81%
G = 27.75%
B = 41.44%

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

#AB9AE6 (or 0xAB9AE6) is known color: Biloba Flower. HEX triplet: AB, 9A and E6. RGB value is (171,154,230). Sum of RGB (Red+Green+Blue) = 171+154+230=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 154 (60.55% from 255 or 27.75% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB9AE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB9AE6 is #546519. Grayscale: #A7A7A7. Windows color (decimal): -5530906 or 15112875. OLE color: 15112875.

HSL color Cylindrical-coordinate representation of color #AB9AE6: hue angle of 253.42º 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 #AB9AE6 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 171 154 230 -
CMYK 0.26 0.33 0 0.10
HSL 253.42º 0.6% 0.75% -
HSV(B) 253.42º 0.33% 0.9% -
XYZ 42.63 37.48 79.85 -
YUV 167.75 163.13 130.32 -
System Red Green Blue C M Y K H S L
Decimal 171 154 230 0.26 0.33 0 0.10 253.42 0.6 0.75
Hex AB 9A E6 1A 21 0 A FD 3C 4B
Octal 253 232 346 32 41 0 12 375 74 113
Binary 10101011 10011010 11100110 11010 100001 0 1010 11111101 111100 1001011

Color Harmonies of #AB9AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9AE6

Black with #AB9AE6

Text Example


Text Example

White with #AB9AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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