Html Css Color HEX #A350F0 Amethyst

📋 copy color: '#A350F0'

red 163 ◦ green 80 ◦ blue 240

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

Shades of Amethyst #A350F0

Tints of Amethyst #A350F0

RGB

 RED value IS 163 (64.06% from 255) = 33.75%

 GREEN value IS 80 (31.64% from 255) = 16.56%

 BLUE value IS 240 (94.14% from 255) = 49.69%

R = 33.75%
G = 16.56%
B = 49.69%

CMYK

 C value IS 0.32

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A350F0 (or 0xA350F0) is known color: Amethyst. HEX triplet: A3, 50 and F0. RGB value is (163,80,240). Sum of RGB (Red+Green+Blue) = 163+80+240=483 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.75% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 240 (94.14% from 255 or 49.69% from 483); Max value from RGB is 240 - color contains mainly: blue. Hex color #A350F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A350F0 is #5CAF0F. Grayscale: #7A7A7A. Windows color (decimal): -6074128 or 15749283. OLE color: 15749283.

HSL color Cylindrical-coordinate representation of color #A350F0: hue angle of 271.12º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A350F0 is Cyan = 0.32, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 163 80 240 -
CMYK 0.32 0.67 0 0.06
HSL 271.13º 0.84% 0.63% -
HSV(B) 271.13º 0.67% 0.94% -
XYZ 33.7 19.82 84.49 -
YUV 123.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 163 80 240 0.32 0.67 0 0.06 271.13 0.84 0.63
Hex A3 50 F0 20 43 0 6 10F 54 3F
Octal 243 120 360 40 103 0 6 417 124 77
Binary 10100011 1010000 11110000 100000 1000011 0 110 100001111 1010100 111111

Color Harmonies of #A350F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A350F0

Black with #A350F0

Text Example


Text Example

White with #A350F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A350F0; }

 p { color: rgb(163,80,240); }

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

background-color css

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

 a { background-color: rgb(163,80,240); }

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

border-color css

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

 span { border-color: rgb(163,80,240); }

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