Html Css Color HEX #AB8CF0 Biloba Flower

📋 copy color: '#AB8CF0'

red 171 ◦ green 140 ◦ blue 240

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

Shades of Biloba Flower #AB8CF0

Tints of Biloba Flower #AB8CF0

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.41%

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

R = 31.03%
G = 25.41%
B = 43.56%

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

#AB8CF0 (or 0xAB8CF0) is known color: Biloba Flower. HEX triplet: AB, 8C and F0. RGB value is (171,140,240). Sum of RGB (Red+Green+Blue) = 171+140+240=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #AB8CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CF0 is #54730F. Grayscale: #A0A0A0. Windows color (decimal): -5534480 or 15764651. OLE color: 15764651.

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

Color convert

RGB 171 140 240 -
CMYK 0.29 0.42 0 0.06
HSL 258.6º 0.77% 0.75% -
HSV(B) 258.6º 0.42% 0.94% -
XYZ 41.9 33.71 86.74 -
YUV 160.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 171 140 240 0.29 0.42 0 0.06 258.6 0.77 0.75
Hex AB 8C F0 1D 2A 0 6 103 4D 4B
Octal 253 214 360 35 52 0 6 403 115 113
Binary 10101011 10001100 11110000 11101 101010 0 110 100000011 1001101 1001011

Color Harmonies of #AB8CF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CF0

Black with #AB8CF0

Text Example


Text Example

White with #AB8CF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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