Html Css Color HEX #A890F6 Biloba Flower

📋 copy color: '#A890F6'

red 168 ◦ green 144 ◦ blue 246

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

Shades of Biloba Flower #A890F6

Tints of Biloba Flower #A890F6

RGB

 RED value IS 168 (66.02% from 255) = 30.11%

 GREEN value IS 144 (56.64% from 255) = 25.81%

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 30.11%
G = 25.81%
B = 44.09%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A890F6 (or 0xA890F6) is known color: Biloba Flower. HEX triplet: A8, 90 and F6. RGB value is (168,144,246). Sum of RGB (Red+Green+Blue) = 168+144+246=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #A890F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890F6 is #576F09. Grayscale: #A2A2A2. Windows color (decimal): -5730058 or 16158888. OLE color: 16158888.

HSL color Cylindrical-coordinate representation of color #A890F6: hue angle of 254.12º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A890F6 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 144 246 -
CMYK 0.32 0.41 0 0.04
HSL 254.12º 0.85% 0.76% -
HSV(B) 254.12º 0.41% 0.96% -
XYZ 42.76 34.93 91.68 -
YUV 162.8 174.95 131.71 -
System Red Green Blue C M Y K H S L
Decimal 168 144 246 0.32 0.41 0 0.04 254.12 0.85 0.76
Hex A8 90 F6 20 29 0 4 FE 55 4C
Octal 250 220 366 40 51 0 4 376 125 114
Binary 10101000 10010000 11110110 100000 101001 0 100 11111110 1010101 1001100

Color Harmonies of #A890F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890F6

Black with #A890F6

Text Example


Text Example

White with #A890F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890F6; }

 p { color: rgb(168,144,246); }

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

background-color css

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

 a { background-color: rgb(168,144,246); }

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

border-color css

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

 span { border-color: rgb(168,144,246); }

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