Html Css Color HEX #AB9DDF Biloba Flower

📋 copy color: '#AB9DDF'

red 171 ◦ green 157 ◦ blue 223

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

Shades of Biloba Flower #AB9DDF

Tints of Biloba Flower #AB9DDF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.49%

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

R = 31.03%
G = 28.49%
B = 40.47%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB9DDF (or 0xAB9DDF) is known color: Biloba Flower. HEX triplet: AB, 9D and DF. RGB value is (171,157,223). Sum of RGB (Red+Green+Blue) = 171+157+223=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB9DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDF is #546220. Grayscale: #A8A8A8. Windows color (decimal): -5530145 or 14654891. OLE color: 14654891.

HSL color Cylindrical-coordinate representation of color #AB9DDF: hue angle of 252.73º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB9DDF is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 157 223 -
CMYK 0.23 0.30 0 0.13
HSL 252.73º 0.51% 0.75% -
HSV(B) 252.73º 0.3% 0.87% -
XYZ 42.17 38.1 74.94 -
YUV 168.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 171 157 223 0.23 0.30 0 0.13 252.73 0.51 0.75
Hex AB 9D DF 17 1E 0 D FD 33 4B
Octal 253 235 337 27 36 0 15 375 63 113
Binary 10101011 10011101 11011111 10111 11110 0 1101 11111101 110011 1001011

Color Harmonies of #AB9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DDF

Black with #AB9DDF

Text Example


Text Example

White with #AB9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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