Html Css Color HEX #AB83DD Biloba Flower

📋 copy color: '#AB83DD'

red 171 ◦ green 131 ◦ blue 221

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

Shades of Biloba Flower #AB83DD

Tints of Biloba Flower #AB83DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.26%

R = 32.7%
G = 25.05%
B = 42.26%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB83DD (or 0xAB83DD) is known color: Biloba Flower. HEX triplet: AB, 83 and DD. RGB value is (171,131,221). Sum of RGB (Red+Green+Blue) = 171+131+221=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB83DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB83DD is #547C22. Grayscale: #989898. Windows color (decimal): -5536803 or 14517163. OLE color: 14517163.

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

Color convert

RGB 171 131 221 -
CMYK 0.23 0.41 0 0.13
HSL 266.67º 0.57% 0.69% -
HSV(B) 266.67º 0.41% 0.87% -
XYZ 37.96 30.11 72.22 -
YUV 153.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 171 131 221 0.23 0.41 0 0.13 266.67 0.57 0.69
Hex AB 83 DD 17 29 0 D 10B 39 45
Octal 253 203 335 27 51 0 15 413 71 105
Binary 10101011 10000011 11011101 10111 101001 0 1101 100001011 111001 1000101

Color Harmonies of #AB83DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB83DD

Black with #AB83DD

Text Example


Text Example

White with #AB83DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB83DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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