Html Css Color HEX #AB8CFA Biloba Flower

📋 copy color: '#AB8CFA'

red 171 ◦ green 140 ◦ blue 250

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

Shades of Biloba Flower #AB8CFA

Tints of Biloba Flower #AB8CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 30.48%
G = 24.96%
B = 44.56%

CMYK

 C value IS 0.32

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AB8CFA (or 0xAB8CFA) is known color: Biloba Flower. HEX triplet: AB, 8C and FA. RGB value is (171,140,250). Sum of RGB (Red+Green+Blue) = 171+140+250=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 140 (55.08% from 255 or 24.96% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #AB8CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AB8CFA is #547305. Grayscale: #A1A1A1. Windows color (decimal): -5534470 or 16420011. OLE color: 16420011.

HSL color Cylindrical-coordinate representation of color #AB8CFA: hue angle of 256.91º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB8CFA is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 140 250 -
CMYK 0.32 0.44 0 0.02
HSL 256.91º 0.92% 0.76% -
HSV(B) 256.91º 0.44% 0.98% -
XYZ 43.43 34.32 94.78 -
YUV 161.81 177.77 134.56 -
System Red Green Blue C M Y K H S L
Decimal 171 140 250 0.32 0.44 0 0.02 256.91 0.92 0.76
Hex AB 8C FA 20 2C 0 2 101 5C 4C
Octal 253 214 372 40 54 0 2 401 134 114
Binary 10101011 10001100 11111010 100000 101100 0 10 100000001 1011100 1001100

Color Harmonies of #AB8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8CFA

Black with #AB8CFA

Text Example


Text Example

White with #AB8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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