Html Css Color HEX #AB81DA Biloba Flower

📋 copy color: '#AB81DA'

red 171 ◦ green 129 ◦ blue 218

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

Shades of Biloba Flower #AB81DA

Tints of Biloba Flower #AB81DA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.9%

 BLUE value IS 218 (85.55% from 255) = 42.08%

R = 33.01%
G = 24.9%
B = 42.08%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB81DA (or 0xAB81DA) is known color: Biloba Flower. HEX triplet: AB, 81 and DA. RGB value is (171,129,218). Sum of RGB (Red+Green+Blue) = 171+129+218=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 218 (85.55% from 255 or 42.08% from 518); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB81DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB81DA is #547E25. Grayscale: #979797. Windows color (decimal): -5537318 or 14320043. OLE color: 14320043.

HSL color Cylindrical-coordinate representation of color #AB81DA: hue angle of 268.31º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB81DA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 129 218 -
CMYK 0.22 0.41 0 0.15
HSL 268.31º 0.55% 0.68% -
HSV(B) 268.31º 0.41% 0.85% -
XYZ 37.3 29.42 70.04 -
YUV 151.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 171 129 218 0.22 0.41 0 0.15 268.31 0.55 0.68
Hex AB 81 DA 16 29 0 F 10C 37 44
Octal 253 201 332 26 51 0 17 414 67 104
Binary 10101011 10000001 11011010 10110 101001 0 1111 100001100 110111 1000100

Color Harmonies of #AB81DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB81DA

Black with #AB81DA

Text Example


Text Example

White with #AB81DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB81DA; }

 p { color: rgb(171,129,218); }

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

background-color css

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

 a { background-color: rgb(171,129,218); }

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

border-color css

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

 span { border-color: rgb(171,129,218); }

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