Html Css Color HEX #AB83DB Biloba Flower

📋 copy color: '#AB83DB'

red 171 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #AB83DB

Tints of Biloba Flower #AB83DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.14%

 BLUE value IS 219 (85.94% from 255) = 42.03%

R = 32.82%
G = 25.14%
B = 42.03%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AB83DB (or 0xAB83DB) is known color: Biloba Flower. HEX triplet: AB, 83 and DB. RGB value is (171,131,219). Sum of RGB (Red+Green+Blue) = 171+131+219=521 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.82% from 521); Green value is 131 (51.56% from 255 or 25.14% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB83DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83DB is #547C24. Grayscale: #989898. Windows color (decimal): -5536805 or 14386091. OLE color: 14386091.

HSL color Cylindrical-coordinate representation of color #AB83DB: hue angle of 267.27º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB83DB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 131 219 -
CMYK 0.22 0.40 0 0.14
HSL 267.27º 0.55% 0.69% -
HSV(B) 267.27º 0.4% 0.86% -
XYZ 37.7 30.01 70.82 -
YUV 152.99 165.25 140.84 -
System Red Green Blue C M Y K H S L
Decimal 171 131 219 0.22 0.40 0 0.14 267.27 0.55 0.69
Hex AB 83 DB 16 28 0 E 10B 37 45
Octal 253 203 333 26 50 0 16 413 67 105
Binary 10101011 10000011 11011011 10110 101000 0 1110 100001011 110111 1000101

Color Harmonies of #AB83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB83DB

Black with #AB83DB

Text Example


Text Example

White with #AB83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB83DB; }

 p { color: rgb(171,131,219); }

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

background-color css

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

 a { background-color: rgb(171,131,219); }

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

border-color css

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

 span { border-color: rgb(171,131,219); }

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