Html Css Color HEX #A35EDA Amethyst

📋 copy color: '#A35EDA'

red 163 ◦ green 94 ◦ blue 218

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

Shades of Amethyst #A35EDA

Tints of Amethyst #A35EDA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.79%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 34.32%
G = 19.79%
B = 45.89%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A35EDA (or 0xA35EDA) is known color: Amethyst. HEX triplet: A3, 5E and DA. RGB value is (163,94,218). Sum of RGB (Red+Green+Blue) = 163+94+218=475 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.32% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #A35EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35EDA is #5CA125. Grayscale: #808080. Windows color (decimal): -6070566 or 14311075. OLE color: 14311075.

HSL color Cylindrical-coordinate representation of color #A35EDA: hue angle of 273.39º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35EDA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 94 218 -
CMYK 0.25 0.57 0 0.15
HSL 273.39º 0.63% 0.61% -
HSV(B) 273.39º 0.57% 0.85% -
XYZ 31.76 20.85 68.68 -
YUV 128.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 163 94 218 0.25 0.57 0 0.15 273.39 0.63 0.61
Hex A3 5E DA 19 39 0 F 111 3F 3D
Octal 243 136 332 31 71 0 17 421 77 75
Binary 10100011 1011110 11011010 11001 111001 0 1111 100010001 111111 111101

Color Harmonies of #A35EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35EDA

Black with #A35EDA

Text Example


Text Example

White with #A35EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35EDA; }

 p { color: rgb(163,94,218); }

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

background-color css

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

 a { background-color: rgb(163,94,218); }

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

border-color css

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

 span { border-color: rgb(163,94,218); }

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