Html Css Color HEX #A275CC Amethyst

📋 copy color: '#A275CC'

red 162 ◦ green 117 ◦ blue 204

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

Shades of Amethyst #A275CC

Tints of Amethyst #A275CC

RGB

 RED value IS 162 (63.67% from 255) = 33.54%

 GREEN value IS 117 (46.09% from 255) = 24.22%

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

R = 33.54%
G = 24.22%
B = 42.24%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A275CC (or 0xA275CC) is known color: Amethyst. HEX triplet: A2, 75 and CC. RGB value is (162,117,204). Sum of RGB (Red+Green+Blue) = 162+117+204=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #A275CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A275CC is #5D8A33. Grayscale: #8C8C8C. Windows color (decimal): -6130228 or 13399458. OLE color: 13399458.

HSL color Cylindrical-coordinate representation of color #A275CC: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A275CC is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 117 204 -
CMYK 0.21 0.43 0 0.2
HSL 271.03º 0.46% 0.63% -
HSV(B) 271.03º 0.43% 0.8% -
XYZ 32.16 24.76 60.21 -
YUV 140.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 162 117 204 0.21 0.43 0 0.2 271.03 0.46 0.63
Hex A2 75 CC 15 2B 0 14 10F 2E 3F
Octal 242 165 314 25 53 0 24 417 56 77
Binary 10100010 1110101 11001100 10101 101011 0 10100 100001111 101110 111111

Color Harmonies of #A275CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A275CC

Black with #A275CC

Text Example


Text Example

White with #A275CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A275CC; }

 p { color: rgb(162,117,204); }

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

background-color css

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

 a { background-color: rgb(162,117,204); }

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

border-color css

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

 span { border-color: rgb(162,117,204); }

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