Html Css Color HEX #AB8AD1 Biloba Flower

📋 copy color: '#AB8AD1'

red 171 ◦ green 138 ◦ blue 209

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

Shades of Biloba Flower #AB8AD1

Tints of Biloba Flower #AB8AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.64%

 BLUE value IS 209 (82.03% from 255) = 40.35%

R = 33.01%
G = 26.64%
B = 40.35%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB8AD1 (or 0xAB8AD1) is known color: Biloba Flower. HEX triplet: AB, 8A and D1. RGB value is (171,138,209). Sum of RGB (Red+Green+Blue) = 171+138+209=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB8AD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8AD1 is #54752E. Grayscale: #9B9B9B. Windows color (decimal): -5535023 or 13732523. OLE color: 13732523.

HSL color Cylindrical-coordinate representation of color #AB8AD1: hue angle of 267.89º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AB8AD1 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 138 209 -
CMYK 0.18 0.34 0 0.18
HSL 267.89º 0.44% 0.68% -
HSV(B) 267.89º 0.34% 0.82% -
XYZ 37.39 31.44 64.42 -
YUV 155.96 157.93 138.73 -
System Red Green Blue C M Y K H S L
Decimal 171 138 209 0.18 0.34 0 0.18 267.89 0.44 0.68
Hex AB 8A D1 12 22 0 12 10C 2C 44
Octal 253 212 321 22 42 0 22 414 54 104
Binary 10101011 10001010 11010001 10010 100010 0 10010 100001100 101100 1000100

Color Harmonies of #AB8AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AD1

Black with #AB8AD1

Text Example


Text Example

White with #AB8AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AD1; }

 p { color: rgb(171,138,209); }

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

background-color css

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

 a { background-color: rgb(171,138,209); }

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

border-color css

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

 span { border-color: rgb(171,138,209); }

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