Html Css Color HEX #A290ED Biloba Flower

📋 copy color: '#A290ED'

red 162 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #A290ED

Tints of Biloba Flower #A290ED

RGB

 RED value IS 162 (63.67% from 255) = 29.83%

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 29.83%
G = 26.52%
B = 43.65%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A290ED (or 0xA290ED) is known color: Biloba Flower. HEX triplet: A2, 90 and ED. RGB value is (162,144,237). Sum of RGB (Red+Green+Blue) = 162+144+237=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A290ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290ED is #5D6F12. Grayscale: #9F9F9F. Windows color (decimal): -6123283 or 15569058. OLE color: 15569058.

HSL color Cylindrical-coordinate representation of color #A290ED: hue angle of 251.61º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A290ED is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 144 237 -
CMYK 0.32 0.39 0 0.07
HSL 251.61º 0.72% 0.75% -
HSV(B) 251.61º 0.39% 0.93% -
XYZ 40.16 33.74 84.52 -
YUV 159.98 171.46 129.44 -
System Red Green Blue C M Y K H S L
Decimal 162 144 237 0.32 0.39 0 0.07 251.61 0.72 0.75
Hex A2 90 ED 20 27 0 7 FC 48 4B
Octal 242 220 355 40 47 0 7 374 110 113
Binary 10100010 10010000 11101101 100000 100111 0 111 11111100 1001000 1001011

Color Harmonies of #A290ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290ED

Black with #A290ED

Text Example


Text Example

White with #A290ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290ED; }

 p { color: rgb(162,144,237); }

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

background-color css

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

 a { background-color: rgb(162,144,237); }

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

border-color css

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

 span { border-color: rgb(162,144,237); }

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