Html Css Color HEX #AB9BDF Biloba Flower

📋 copy color: '#AB9BDF'

red 171 ◦ green 155 ◦ blue 223

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

Shades of Biloba Flower #AB9BDF

Tints of Biloba Flower #AB9BDF

RGB

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

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

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

R = 31.15%
G = 28.23%
B = 40.62%

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

#AB9BDF (or 0xAB9BDF) is known color: Biloba Flower. HEX triplet: AB, 9B and DF. RGB value is (171,155,223). Sum of RGB (Red+Green+Blue) = 171+155+223=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB9BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9BDF is #546420. Grayscale: #A7A7A7. Windows color (decimal): -5530657 or 14654379. OLE color: 14654379.

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

Color convert

RGB 171 155 223 -
CMYK 0.23 0.30 0 0.13
HSL 254.12º 0.52% 0.74% -
HSV(B) 254.12º 0.3% 0.87% -
XYZ 41.84 37.43 74.83 -
YUV 167.54 159.3 130.47 -
System Red Green Blue C M Y K H S L
Decimal 171 155 223 0.23 0.30 0 0.13 254.12 0.52 0.74
Hex AB 9B DF 17 1E 0 D FE 34 4A
Octal 253 233 337 27 36 0 15 376 64 112
Binary 10101011 10011011 11011111 10111 11110 0 1101 11111110 110100 1001010

Color Harmonies of #AB9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9BDF

Black with #AB9BDF

Text Example


Text Example

White with #AB9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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