Html Css Color HEX #AB8DCD Biloba Flower

📋 copy color: '#AB8DCD'

red 171 ◦ green 141 ◦ blue 205

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

Shades of Biloba Flower #AB8DCD

Tints of Biloba Flower #AB8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.27%

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

R = 33.08%
G = 27.27%
B = 39.65%

CMYK

 C value IS 0.17

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AB8DCD (or 0xAB8DCD) is known color: Biloba Flower. HEX triplet: AB, 8D and CD. RGB value is (171,141,205). Sum of RGB (Red+Green+Blue) = 171+141+205=517 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.08% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB8DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8DCD is #547232. Grayscale: #9D9D9D. Windows color (decimal): -5534259 or 13471147. OLE color: 13471147.

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

Color convert

RGB 171 141 205 -
CMYK 0.17 0.31 0 0.20
HSL 268.13º 0.39% 0.68% -
HSV(B) 268.13º 0.31% 0.8% -
XYZ 37.34 32.12 61.99 -
YUV 157.27 154.94 137.8 -
System Red Green Blue C M Y K H S L
Decimal 171 141 205 0.17 0.31 0 0.20 268.13 0.39 0.68
Hex AB 8D CD 11 1F 0 14 10C 27 44
Octal 253 215 315 21 37 0 24 414 47 104
Binary 10101011 10001101 11001101 10001 11111 0 10100 100001100 100111 1000100

Color Harmonies of #AB8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DCD

Black with #AB8DCD

Text Example


Text Example

White with #AB8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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