Html Css Color HEX #A35CCD Amethyst

📋 copy color: '#A35CCD'

red 163 ◦ green 92 ◦ blue 205

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

Shades of Amethyst #A35CCD

Tints of Amethyst #A35CCD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20%

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 35.43%
G = 20%
B = 44.57%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A35CCD (or 0xA35CCD) is known color: Amethyst. HEX triplet: A3, 5C and CD. RGB value is (163,92,205). Sum of RGB (Red+Green+Blue) = 163+92+205=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CCD is #5CA332. Grayscale: #7D7D7D. Windows color (decimal): -6071091 or 13458595. OLE color: 13458595.

HSL color Cylindrical-coordinate representation of color #A35CCD: hue angle of 277.7º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35CCD is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 92 205 -
CMYK 0.20 0.55 0 0.20
HSL 277.7º 0.53% 0.58% -
HSV(B) 277.7º 0.55% 0.8% -
XYZ 29.95 19.85 60.01 -
YUV 126.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 163 92 205 0.20 0.55 0 0.20 277.7 0.53 0.58
Hex A3 5C CD 14 37 0 14 116 35 3A
Octal 243 134 315 24 67 0 24 426 65 72
Binary 10100011 1011100 11001101 10100 110111 0 10100 100010110 110101 111010

Color Harmonies of #A35CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35CCD

Black with #A35CCD

Text Example


Text Example

White with #A35CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35CCD; }

 p { color: rgb(163,92,205); }

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

background-color css

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

 a { background-color: rgb(163,92,205); }

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

border-color css

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

 span { border-color: rgb(163,92,205); }

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