Html Css Color HEX #AB8BDF Biloba Flower

📋 copy color: '#AB8BDF'

red 171 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #AB8BDF

Tints of Biloba Flower #AB8BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.08%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 32.08%
G = 26.08%
B = 41.84%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB8BDF (or 0xAB8BDF) is known color: Biloba Flower. HEX triplet: AB, 8B and DF. RGB value is (171,139,223). Sum of RGB (Red+Green+Blue) = 171+139+223=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 139 (54.69% from 255 or 26.08% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB8BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB8BDF is #547420. Grayscale: #9D9D9D. Windows color (decimal): -5534753 or 14650283. OLE color: 14650283.

HSL color Cylindrical-coordinate representation of color #AB8BDF: hue angle of 262.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AB8BDF is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 139 223 -
CMYK 0.23 0.38 0 0.13
HSL 262.86º 0.57% 0.71% -
HSV(B) 262.86º 0.38% 0.87% -
XYZ 39.35 32.45 74 -
YUV 158.14 164.6 137.17 -
System Red Green Blue C M Y K H S L
Decimal 171 139 223 0.23 0.38 0 0.13 262.86 0.57 0.71
Hex AB 8B DF 17 26 0 D 107 39 47
Octal 253 213 337 27 46 0 15 407 71 107
Binary 10101011 10001011 11011111 10111 100110 0 1101 100000111 111001 1000111

Color Harmonies of #AB8BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8BDF

Black with #AB8BDF

Text Example


Text Example

White with #AB8BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8BDF; }

 p { color: rgb(171,139,223); }

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

background-color css

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

 a { background-color: rgb(171,139,223); }

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

border-color css

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

 span { border-color: rgb(171,139,223); }

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