Html Css Color HEX #A352E6 Amethyst

📋 copy color: '#A352E6'

red 163 ◦ green 82 ◦ blue 230

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

Shades of Amethyst #A352E6

Tints of Amethyst #A352E6

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.26%

 BLUE value IS 230 (90.23% from 255) = 48.42%

R = 34.32%
G = 17.26%
B = 48.42%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A352E6 (or 0xA352E6) is known color: Amethyst. HEX triplet: A3, 52 and E6. RGB value is (163,82,230). Sum of RGB (Red+Green+Blue) = 163+82+230=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 82 (32.42% from 255 or 17.26% from 475); Blue value is 230 (90.23% from 255 or 48.42% from 475); Max value from RGB is 230 - color contains mainly: blue. Hex color #A352E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A352E6 is #5CAD19. Grayscale: #7A7A7A. Windows color (decimal): -6073626 or 15094435. OLE color: 15094435.

HSL color Cylindrical-coordinate representation of color #A352E6: hue angle of 272.84º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A352E6 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 163 82 230 -
CMYK 0.29 0.64 0 0.10
HSL 272.84º 0.75% 0.61% -
HSV(B) 272.84º 0.64% 0.9% -
XYZ 32.4 19.53 76.93 -
YUV 123.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 163 82 230 0.29 0.64 0 0.10 272.84 0.75 0.61
Hex A3 52 E6 1D 40 0 A 111 4B 3D
Octal 243 122 346 35 100 0 12 421 113 75
Binary 10100011 1010010 11100110 11101 1000000 0 1010 100010001 1001011 111101

Color Harmonies of #A352E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A352E6

Black with #A352E6

Text Example


Text Example

White with #A352E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A352E6; }

 p { color: rgb(163,82,230); }

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

background-color css

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

 a { background-color: rgb(163,82,230); }

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

border-color css

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

 span { border-color: rgb(163,82,230); }

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