Html Css Color HEX #A190EE Biloba Flower

📋 copy color: '#A190EE'

red 161 ◦ green 144 ◦ blue 238

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

Shades of Biloba Flower #A190EE

Tints of Biloba Flower #A190EE

RGB

 RED value IS 161 (63.28% from 255) = 29.65%

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

 BLUE value IS 238 (93.36% from 255) = 43.83%

R = 29.65%
G = 26.52%
B = 43.83%

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

#A190EE (or 0xA190EE) is known color: Biloba Flower. HEX triplet: A1, 90 and EE. RGB value is (161,144,238). Sum of RGB (Red+Green+Blue) = 161+144+238=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A190EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190EE is #5E6F11. Grayscale: #9F9F9F. Windows color (decimal): -6188818 or 15634593. OLE color: 15634593.

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

Color convert

RGB 161 144 238 -
CMYK 0.32 0.39 0 0.07
HSL 250.85º 0.73% 0.75% -
HSV(B) 250.85º 0.39% 0.93% -
XYZ 40.1 33.7 85.28 -
YUV 159.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 161 144 238 0.32 0.39 0 0.07 250.85 0.73 0.75
Hex A1 90 EE 20 27 0 7 FB 49 4B
Octal 241 220 356 40 47 0 7 373 111 113
Binary 10100001 10010000 11101110 100000 100111 0 111 11111011 1001001 1001011

Color Harmonies of #A190EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190EE

Black with #A190EE

Text Example


Text Example

White with #A190EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190EE; }

 p { color: rgb(161,144,238); }

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

background-color css

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

 a { background-color: rgb(161,144,238); }

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

border-color css

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

 span { border-color: rgb(161,144,238); }

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