Html Css Color HEX #AB8FFF Biloba Flower

📋 copy color: '#AB8FFF'

red 171 ◦ green 143 ◦ blue 255

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

Shades of Biloba Flower #AB8FFF

Tints of Biloba Flower #AB8FFF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.13%

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

R = 30.05%
G = 25.13%
B = 44.82%

CMYK

 C value IS 0.33

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AB8FFF (or 0xAB8FFF) is known color: Biloba Flower. HEX triplet: AB, 8F and FF. RGB value is (171,143,255). Sum of RGB (Red+Green+Blue) = 171+143+255=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #AB8FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8FFF is #547000. Grayscale: #A3A3A3. Windows color (decimal): -5533697 or 16748459. OLE color: 16748459.

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

Color convert

RGB 171 143 255 -
CMYK 0.33 0.44 0 0
HSL 255º 1% 0.78% -
HSV(B) 255º 0.44% 1% -
XYZ 44.67 35.52 99.11 -
YUV 164.14 179.28 132.89 -
System Red Green Blue C M Y K H S L
Decimal 171 143 255 0.33 0.44 0 0 255 1 0.78
Hex AB 8F FF 21 2C 0 0 FF 64 4E
Octal 253 217 377 41 54 0 0 377 144 116
Binary 10101011 10001111 11111111 100001 101100 0 0 11111111 1100100 1001110

Color Harmonies of #AB8FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8FFF

Black with #AB8FFF

Text Example


Text Example

White with #AB8FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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