Html Css Color HEX #AB8AF0 Biloba Flower

📋 copy color: '#AB8AF0'

red 171 ◦ green 138 ◦ blue 240

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

Shades of Biloba Flower #AB8AF0

Tints of Biloba Flower #AB8AF0

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.14%

 BLUE value IS 240 (94.14% from 255) = 43.72%

R = 31.15%
G = 25.14%
B = 43.72%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB8AF0 (or 0xAB8AF0) is known color: Biloba Flower. HEX triplet: AB, 8A and F0. RGB value is (171,138,240). Sum of RGB (Red+Green+Blue) = 171+138+240=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 138 (54.30% from 255 or 25.14% from 549); Blue value is 240 (94.14% from 255 or 43.72% from 549); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB8AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8AF0 is #54750F. Grayscale: #9F9F9F. Windows color (decimal): -5534992 or 15764139. OLE color: 15764139.

HSL color Cylindrical-coordinate representation of color #AB8AF0: hue angle of 259.41º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB8AF0 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 138 240 -
CMYK 0.29 0.42 0 0.06
HSL 259.41º 0.77% 0.74% -
HSV(B) 259.41º 0.43% 0.94% -
XYZ 41.61 33.13 86.64 -
YUV 159.5 173.43 136.21 -
System Red Green Blue C M Y K H S L
Decimal 171 138 240 0.29 0.42 0 0.06 259.41 0.77 0.74
Hex AB 8A F0 1D 2A 0 6 103 4D 4A
Octal 253 212 360 35 52 0 6 403 115 112
Binary 10101011 10001010 11110000 11101 101010 0 110 100000011 1001101 1001010

Color Harmonies of #AB8AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8AF0

Black with #AB8AF0

Text Example


Text Example

White with #AB8AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8AF0; }

 p { color: rgb(171,138,240); }

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

background-color css

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

 a { background-color: rgb(171,138,240); }

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

border-color css

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

 span { border-color: rgb(171,138,240); }

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