Html Css Color HEX #AB9ACD Biloba Flower

📋 copy color: '#AB9ACD'

red 171 ◦ green 154 ◦ blue 205

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

Shades of Biloba Flower #AB9ACD

Tints of Biloba Flower #AB9ACD

RGB

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

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

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

R = 32.26%
G = 29.06%
B = 38.68%

CMYK

 C value IS 0.17

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB9ACD (or 0xAB9ACD) is known color: Biloba Flower. HEX triplet: AB, 9A and CD. RGB value is (171,154,205). Sum of RGB (Red+Green+Blue) = 171+154+205=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 205 (80.47% from 255 or 38.68% from 530); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB9ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB9ACD is #546532. Grayscale: #A4A4A4. Windows color (decimal): -5530931 or 13474475. OLE color: 13474475.

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

Color convert

RGB 171 154 205 -
CMYK 0.17 0.25 0 0.20
HSL 260º 0.34% 0.7% -
HSV(B) 260º 0.25% 0.8% -
XYZ 39.37 36.18 62.67 -
YUV 164.9 150.63 132.35 -
System Red Green Blue C M Y K H S L
Decimal 171 154 205 0.17 0.25 0 0.20 260 0.34 0.7
Hex AB 9A CD 11 19 0 14 104 22 46
Octal 253 232 315 21 31 0 24 404 42 106
Binary 10101011 10011010 11001101 10001 11001 0 10100 100000100 100010 1000110

Color Harmonies of #AB9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9ACD

Black with #AB9ACD

Text Example


Text Example

White with #AB9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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