Html Css Color HEX #A890EB Biloba Flower

📋 copy color: '#A890EB'

red 168 ◦ green 144 ◦ blue 235

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

Shades of Biloba Flower #A890EB

Tints of Biloba Flower #A890EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 30.71%
G = 26.33%
B = 42.96%

CMYK

 C value IS 0.29

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A890EB (or 0xA890EB) is known color: Biloba Flower. HEX triplet: A8, 90 and EB. RGB value is (168,144,235). Sum of RGB (Red+Green+Blue) = 168+144+235=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 144 (56.64% from 255 or 26.33% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #A890EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A890EB is #576F14. Grayscale: #A1A1A1. Windows color (decimal): -5730069 or 15437992. OLE color: 15437992.

HSL color Cylindrical-coordinate representation of color #A890EB: hue angle of 255.82º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A890EB is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 144 235 -
CMYK 0.29 0.39 0 0.08
HSL 255.82º 0.69% 0.74% -
HSV(B) 255.82º 0.39% 0.92% -
XYZ 41.12 34.27 83.04 -
YUV 161.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 168 144 235 0.29 0.39 0 0.08 255.82 0.69 0.74
Hex A8 90 EB 1D 27 0 8 100 45 4A
Octal 250 220 353 35 47 0 10 400 105 112
Binary 10101000 10010000 11101011 11101 100111 0 1000 100000000 1000101 1001010

Color Harmonies of #A890EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A890EB

Black with #A890EB

Text Example


Text Example

White with #A890EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A890EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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