Html Css Color HEX #AB7FDA Biloba Flower

📋 copy color: '#AB7FDA'

red 171 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #AB7FDA

Tints of Biloba Flower #AB7FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.61%

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

R = 33.14%
G = 24.61%
B = 42.25%

CMYK

 C value IS 0.22

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB7FDA (or 0xAB7FDA) is known color: Biloba Flower. HEX triplet: AB, 7F and DA. RGB value is (171,127,218). Sum of RGB (Red+Green+Blue) = 171+127+218=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB7FDA is #548025. Grayscale: #969696. Windows color (decimal): -5537830 or 14319531. OLE color: 14319531.

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

Color convert

RGB 171 127 218 -
CMYK 0.22 0.42 0 0.15
HSL 269.01º 0.55% 0.68% -
HSV(B) 269.01º 0.42% 0.85% -
XYZ 37.04 28.9 69.96 -
YUV 150.53 166.08 142.6 -
System Red Green Blue C M Y K H S L
Decimal 171 127 218 0.22 0.42 0 0.15 269.01 0.55 0.68
Hex AB 7F DA 16 2A 0 F 10D 37 44
Octal 253 177 332 26 52 0 17 415 67 104
Binary 10101011 1111111 11011010 10110 101010 0 1111 100001101 110111 1000100

Color Harmonies of #AB7FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7FDA

Black with #AB7FDA

Text Example


Text Example

White with #AB7FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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