Html Css Color HEX #AB9DCD Biloba Flower

📋 copy color: '#AB9DCD'

red 171 ◦ green 157 ◦ blue 205

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

Shades of Biloba Flower #AB9DCD

Tints of Biloba Flower #AB9DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.46%

R = 32.08%
G = 29.46%
B = 38.46%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB9DCD (or 0xAB9DCD) is known color: Biloba Flower. HEX triplet: AB, 9D and CD. RGB value is (171,157,205). Sum of RGB (Red+Green+Blue) = 171+157+205=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB9DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9DCD is #546232. Grayscale: #A6A6A6. Windows color (decimal): -5530163 or 13475243. OLE color: 13475243.

HSL color Cylindrical-coordinate representation of color #AB9DCD: hue angle of 257.5º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB9DCD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 157 205 -
CMYK 0.17 0.23 0 0.20
HSL 257.5º 0.32% 0.71% -
HSV(B) 257.5º 0.23% 0.8% -
XYZ 39.87 37.18 62.83 -
YUV 166.66 149.64 131.1 -
System Red Green Blue C M Y K H S L
Decimal 171 157 205 0.17 0.23 0 0.20 257.5 0.32 0.71
Hex AB 9D CD 11 17 0 14 102 20 47
Octal 253 235 315 21 27 0 24 402 40 107
Binary 10101011 10011101 11001101 10001 10111 0 10100 100000010 100000 1000111

Color Harmonies of #AB9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9DCD

Black with #AB9DCD

Text Example


Text Example

White with #AB9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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