Html Css Color HEX #AB8DF0 Biloba Flower

📋 copy color: '#AB8DF0'

red 171 ◦ green 141 ◦ blue 240

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

Shades of Biloba Flower #AB8DF0

Tints of Biloba Flower #AB8DF0

RGB

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

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

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

R = 30.98%
G = 25.54%
B = 43.48%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AB8DF0 (or 0xAB8DF0) is known color: Biloba Flower. HEX triplet: AB, 8D and F0. RGB value is (171,141,240). Sum of RGB (Red+Green+Blue) = 171+141+240=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8DF0 is #54720F. Grayscale: #A0A0A0. Windows color (decimal): -5534224 or 15764907. OLE color: 15764907.

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

Color convert

RGB 171 141 240 -
CMYK 0.29 0.41 0 0.06
HSL 258.18º 0.77% 0.75% -
HSV(B) 258.18º 0.41% 0.94% -
XYZ 42.05 34 86.78 -
YUV 161.26 172.44 134.95 -
System Red Green Blue C M Y K H S L
Decimal 171 141 240 0.29 0.41 0 0.06 258.18 0.77 0.75
Hex AB 8D F0 1D 29 0 6 102 4D 4B
Octal 253 215 360 35 51 0 6 402 115 113
Binary 10101011 10001101 11110000 11101 101001 0 110 100000010 1001101 1001011

Color Harmonies of #AB8DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8DF0

Black with #AB8DF0

Text Example


Text Example

White with #AB8DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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