Html Css Color HEX #AB83DC Biloba Flower

📋 copy color: '#AB83DC'

red 171 ◦ green 131 ◦ blue 220

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

Shades of Biloba Flower #AB83DC

Tints of Biloba Flower #AB83DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.15%

R = 32.76%
G = 25.1%
B = 42.15%

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

#AB83DC (or 0xAB83DC) is known color: Biloba Flower. HEX triplet: AB, 83 and DC. RGB value is (171,131,220). Sum of RGB (Red+Green+Blue) = 171+131+220=522 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.76% from 522); Green value is 131 (51.56% from 255 or 25.10% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB83DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83DC is #547C23. Grayscale: #989898. Windows color (decimal): -5536804 or 14451627. OLE color: 14451627.

HSL color Cylindrical-coordinate representation of color #AB83DC: hue angle of 266.97º degrees, saturation: 0.56, 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 #AB83DC is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 131 220 -
CMYK 0.22 0.40 0 0.14
HSL 266.97º 0.56% 0.69% -
HSV(B) 266.97º 0.4% 0.86% -
XYZ 37.83 30.06 71.52 -
YUV 153.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 171 131 220 0.22 0.40 0 0.14 266.97 0.56 0.69
Hex AB 83 DC 16 28 0 E 10B 38 45
Octal 253 203 334 26 50 0 16 413 70 105
Binary 10101011 10000011 11011100 10110 101000 0 1110 100001011 111000 1000101

Color Harmonies of #AB83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB83DC

Black with #AB83DC

Text Example


Text Example

White with #AB83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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