Html Css Color HEX #A35FDD Amethyst

📋 copy color: '#A35FDD'

red 163 ◦ green 95 ◦ blue 221

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

Shades of Amethyst #A35FDD

Tints of Amethyst #A35FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.14%

R = 34.03%
G = 19.83%
B = 46.14%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A35FDD (or 0xA35FDD) is known color: Amethyst. HEX triplet: A3, 5F and DD. RGB value is (163,95,221). Sum of RGB (Red+Green+Blue) = 163+95+221=479 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.03% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #A35FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDD is #5CA022. Grayscale: #818181. Windows color (decimal): -6070307 or 14507939. OLE color: 14507939.

HSL color Cylindrical-coordinate representation of color #A35FDD: hue angle of 272.38º degrees, saturation: 0.65, 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 #A35FDD is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 95 221 -
CMYK 0.26 0.57 0 0.13
HSL 272.38º 0.65% 0.62% -
HSV(B) 272.38º 0.57% 0.87% -
XYZ 32.25 21.19 70.8 -
YUV 129.7 179.53 151.75 -
System Red Green Blue C M Y K H S L
Decimal 163 95 221 0.26 0.57 0 0.13 272.38 0.65 0.62
Hex A3 5F DD 1A 39 0 D 110 41 3E
Octal 243 137 335 32 71 0 15 420 101 76
Binary 10100011 1011111 11011101 11010 111001 0 1101 100010000 1000001 111110

Color Harmonies of #A35FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FDD

Black with #A35FDD

Text Example


Text Example

White with #A35FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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