Html Css Color HEX #AB9ADF Biloba Flower

📋 copy color: '#AB9ADF'

red 171 ◦ green 154 ◦ blue 223

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

Shades of Biloba Flower #AB9ADF

Tints of Biloba Flower #AB9ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 31.2%
G = 28.1%
B = 40.69%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9ADF (or 0xAB9ADF) is known color: Biloba Flower. HEX triplet: AB, 9A and DF. RGB value is (171,154,223). Sum of RGB (Red+Green+Blue) = 171+154+223=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 154 (60.55% from 255 or 28.10% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB9ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ADF is #546520. Grayscale: #A6A6A6. Windows color (decimal): -5530913 or 14654123. OLE color: 14654123.

HSL color Cylindrical-coordinate representation of color #AB9ADF: hue angle of 254.78º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB9ADF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 154 223 -
CMYK 0.23 0.31 0 0.13
HSL 254.78º 0.52% 0.74% -
HSV(B) 254.78º 0.31% 0.87% -
XYZ 41.67 37.1 74.78 -
YUV 166.95 159.63 130.89 -
System Red Green Blue C M Y K H S L
Decimal 171 154 223 0.23 0.31 0 0.13 254.78 0.52 0.74
Hex AB 9A DF 17 1F 0 D FF 34 4A
Octal 253 232 337 27 37 0 15 377 64 112
Binary 10101011 10011010 11011111 10111 11111 0 1101 11111111 110100 1001010

Color Harmonies of #AB9ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ADF

Black with #AB9ADF

Text Example


Text Example

White with #AB9ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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