Html Css Color HEX #AB8DFF Biloba Flower

📋 copy color: '#AB8DFF'

red 171 ◦ green 141 ◦ blue 255

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

Shades of Biloba Flower #AB8DFF

Tints of Biloba Flower #AB8DFF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.87%

 BLUE value IS 255 (100% from 255) = 44.97%

R = 30.16%
G = 24.87%
B = 44.97%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB8DFF (or 0xAB8DFF) is known color: Biloba Flower. HEX triplet: AB, 8D and FF. RGB value is (171,141,255). Sum of RGB (Red+Green+Blue) = 171+141+255=567 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.16% from 567); Green value is 141 (55.47% from 255 or 24.87% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DFF is #547200. Grayscale: #A2A2A2. Windows color (decimal): -5534209 or 16747947. OLE color: 16747947.

HSL color Cylindrical-coordinate representation of color #AB8DFF: hue angle of 255.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB8DFF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 171 141 255 -
CMYK 0.33 0.45 0 0
HSL 255.79º 1% 0.78% -
HSV(B) 255.79º 0.45% 1% -
XYZ 44.37 34.93 99.01 -
YUV 162.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 171 141 255 0.33 0.45 0 0 255.79 1 0.78
Hex AB 8D FF 21 2D 0 0 100 64 4E
Octal 253 215 377 41 55 0 0 400 144 116
Binary 10101011 10001101 11111111 100001 101101 0 0 100000000 1100100 1001110

Color Harmonies of #AB8DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DFF

Black with #AB8DFF

Text Example


Text Example

White with #AB8DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DFF; }

 p { color: rgb(171,141,255); }

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

background-color css

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

 a { background-color: rgb(171,141,255); }

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

border-color css

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

 span { border-color: rgb(171,141,255); }

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