Html Css Color HEX #AB9DDC Biloba Flower

📋 copy color: '#AB9DDC'

red 171 ◦ green 157 ◦ blue 220

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

Shades of Biloba Flower #AB9DDC

Tints of Biloba Flower #AB9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 31.2%
G = 28.65%
B = 40.15%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB9DDC (or 0xAB9DDC) is known color: Biloba Flower. HEX triplet: AB, 9D and DC. RGB value is (171,157,220). Sum of RGB (Red+Green+Blue) = 171+157+220=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 157 (61.72% from 255 or 28.65% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB9DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DDC is #546223. Grayscale: #A8A8A8. Windows color (decimal): -5530148 or 14458283. OLE color: 14458283.

HSL color Cylindrical-coordinate representation of color #AB9DDC: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB9DDC is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 157 220 -
CMYK 0.22 0.29 0 0.14
HSL 253.33º 0.47% 0.74% -
HSV(B) 253.33º 0.29% 0.86% -
XYZ 41.77 37.94 72.83 -
YUV 168.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 171 157 220 0.22 0.29 0 0.14 253.33 0.47 0.74
Hex AB 9D DC 16 1D 0 E FD 2F 4A
Octal 253 235 334 26 35 0 16 375 57 112
Binary 10101011 10011101 11011100 10110 11101 0 1110 11111101 101111 1001010

Color Harmonies of #AB9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DDC

Black with #AB9DDC

Text Example


Text Example

White with #AB9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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