Html Css Color HEX #A35FCC Amethyst

📋 copy color: '#A35FCC'

red 163 ◦ green 95 ◦ blue 204

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

Shades of Amethyst #A35FCC

Tints of Amethyst #A35FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 35.28%
G = 20.56%
B = 44.16%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A35FCC (or 0xA35FCC) is known color: Amethyst. HEX triplet: A3, 5F and CC. RGB value is (163,95,204). Sum of RGB (Red+Green+Blue) = 163+95+204=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #A35FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FCC is #5CA033. Grayscale: #7F7F7F. Windows color (decimal): -6070324 or 13393827. OLE color: 13393827.

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

Color convert

RGB 163 95 204 -
CMYK 0.20 0.53 0 0.2
HSL 277.43º 0.52% 0.59% -
HSV(B) 277.43º 0.53% 0.8% -
XYZ 30.1 20.33 59.46 -
YUV 127.76 171.03 153.14 -
System Red Green Blue C M Y K H S L
Decimal 163 95 204 0.20 0.53 0 0.2 277.43 0.52 0.59
Hex A3 5F CC 14 35 0 14 115 34 3B
Octal 243 137 314 24 65 0 24 425 64 73
Binary 10100011 1011111 11001100 10100 110101 0 10100 100010101 110100 111011

Color Harmonies of #A35FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35FCC

Black with #A35FCC

Text Example


Text Example

White with #A35FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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