Html Css Color HEX #A490ED Biloba Flower

📋 copy color: '#A490ED'

red 164 ◦ green 144 ◦ blue 237

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

Shades of Biloba Flower #A490ED

Tints of Biloba Flower #A490ED

RGB

 RED value IS 164 (64.45% from 255) = 30.09%

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

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

R = 30.09%
G = 26.42%
B = 43.49%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A490ED (or 0xA490ED) is known color: Biloba Flower. HEX triplet: A4, 90 and ED. RGB value is (164,144,237). Sum of RGB (Red+Green+Blue) = 164+144+237=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #A490ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490ED is #5B6F12. Grayscale: #A0A0A0. Windows color (decimal): -5992211 or 15569060. OLE color: 15569060.

HSL color Cylindrical-coordinate representation of color #A490ED: hue angle of 252.9º 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 #A490ED is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 164 144 237 -
CMYK 0.31 0.39 0 0.07
HSL 252.9º 0.72% 0.75% -
HSV(B) 252.9º 0.39% 0.93% -
XYZ 40.57 33.95 84.54 -
YUV 160.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 164 144 237 0.31 0.39 0 0.07 252.9 0.72 0.75
Hex A4 90 ED 1F 27 0 7 FD 48 4B
Octal 244 220 355 37 47 0 7 375 110 113
Binary 10100100 10010000 11101101 11111 100111 0 111 11111101 1001000 1001011

Color Harmonies of #A490ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A490ED

Black with #A490ED

Text Example


Text Example

White with #A490ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A490ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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