Html Css Color HEX #AB9ADA Biloba Flower

📋 copy color: '#AB9ADA'

red 171 ◦ green 154 ◦ blue 218

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

Shades of Biloba Flower #AB9ADA

Tints of Biloba Flower #AB9ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 31.49%
G = 28.36%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB9ADA (or 0xAB9ADA) is known color: Biloba Flower. HEX triplet: AB, 9A and DA. RGB value is (171,154,218). Sum of RGB (Red+Green+Blue) = 171+154+218=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 154 (60.55% from 255 or 28.36% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB9ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADA is #546525. Grayscale: #A6A6A6. Windows color (decimal): -5530918 or 14326443. OLE color: 14326443.

HSL color Cylindrical-coordinate representation of color #AB9ADA: hue angle of 255.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9ADA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 154 218 -
CMYK 0.22 0.29 0 0.15
HSL 255.94º 0.46% 0.73% -
HSV(B) 255.94º 0.29% 0.85% -
XYZ 41.01 36.83 71.28 -
YUV 166.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 171 154 218 0.22 0.29 0 0.15 255.94 0.46 0.73
Hex AB 9A DA 16 1D 0 F 100 2E 49
Octal 253 232 332 26 35 0 17 400 56 111
Binary 10101011 10011010 11011010 10110 11101 0 1111 100000000 101110 1001001

Color Harmonies of #AB9ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ADA

Black with #AB9ADA

Text Example


Text Example

White with #AB9ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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