Html Css Color HEX #A35FDF Amethyst

📋 copy color: '#A35FDF'

red 163 ◦ green 95 ◦ blue 223

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

Shades of Amethyst #A35FDF

Tints of Amethyst #A35FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.75%

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

R = 33.89%
G = 19.75%
B = 46.36%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A35FDF (or 0xA35FDF) is known color: Amethyst. HEX triplet: A3, 5F and DF. RGB value is (163,95,223). Sum of RGB (Red+Green+Blue) = 163+95+223=481 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.89% from 481); Green value is 95 (37.5% from 255 or 19.75% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #A35FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDF is #5CA020. Grayscale: #818181. Windows color (decimal): -6070305 or 14639011. OLE color: 14639011.

HSL color Cylindrical-coordinate representation of color #A35FDF: hue angle of 271.88º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35FDF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 95 223 -
CMYK 0.27 0.57 0 0.13
HSL 271.88º 0.67% 0.62% -
HSV(B) 271.88º 0.57% 0.87% -
XYZ 32.52 21.3 72.21 -
YUV 129.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 163 95 223 0.27 0.57 0 0.13 271.88 0.67 0.62
Hex A3 5F DF 1B 39 0 D 110 43 3E
Octal 243 137 337 33 71 0 15 420 103 76
Binary 10100011 1011111 11011111 11011 111001 0 1101 100010000 1000011 111110

Color Harmonies of #A35FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FDF

Black with #A35FDF

Text Example


Text Example

White with #A35FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FDF; }

 p { color: rgb(163,95,223); }

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

background-color css

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

 a { background-color: rgb(163,95,223); }

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

border-color css

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

 span { border-color: rgb(163,95,223); }

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