Html Css Color HEX #A190DF Biloba Flower

📋 copy color: '#A190DF'

red 161 ◦ green 144 ◦ blue 223

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

Shades of Biloba Flower #A190DF

Tints of Biloba Flower #A190DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.23%

R = 30.49%
G = 27.27%
B = 42.23%

CMYK

 C value IS 0.28

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A190DF (or 0xA190DF) is known color: Biloba Flower. HEX triplet: A1, 90 and DF. RGB value is (161,144,223). Sum of RGB (Red+Green+Blue) = 161+144+223=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #A190DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190DF is #5E6F20. Grayscale: #9D9D9D. Windows color (decimal): -6188833 or 14651553. OLE color: 14651553.

HSL color Cylindrical-coordinate representation of color #A190DF: hue angle of 252.91º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A190DF is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 144 223 -
CMYK 0.28 0.35 0 0.13
HSL 252.91º 0.55% 0.72% -
HSV(B) 252.91º 0.35% 0.87% -
XYZ 37.99 32.85 74.15 -
YUV 158.09 164.63 130.08 -
System Red Green Blue C M Y K H S L
Decimal 161 144 223 0.28 0.35 0 0.13 252.91 0.55 0.72
Hex A1 90 DF 1C 23 0 D FD 37 48
Octal 241 220 337 34 43 0 15 375 67 110
Binary 10100001 10010000 11011111 11100 100011 0 1101 11111101 110111 1001000

Color Harmonies of #A190DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A190DF

Black with #A190DF

Text Example


Text Example

White with #A190DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A190DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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