Html Css Color HEX #A263CC Amethyst

📋 copy color: '#A263CC'

red 162 ◦ green 99 ◦ blue 204

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

Shades of Amethyst #A263CC

Tints of Amethyst #A263CC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.29%

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

R = 34.84%
G = 21.29%
B = 43.87%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A263CC (or 0xA263CC) is known color: Amethyst. HEX triplet: A2, 63 and CC. RGB value is (162,99,204). Sum of RGB (Red+Green+Blue) = 162+99+204=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 99 (39.06% from 255 or 21.29% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #A263CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CC is #5D9C33. Grayscale: #818181. Windows color (decimal): -6134836 or 13394850. OLE color: 13394850.

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

Color convert

RGB 162 99 204 -
CMYK 0.21 0.51 0 0.2
HSL 276º 0.51% 0.59% -
HSV(B) 276º 0.51% 0.8% -
XYZ 30.26 20.96 59.58 -
YUV 129.81 169.87 150.96 -
System Red Green Blue C M Y K H S L
Decimal 162 99 204 0.21 0.51 0 0.2 276 0.51 0.59
Hex A2 63 CC 15 33 0 14 114 33 3B
Octal 242 143 314 25 63 0 24 424 63 73
Binary 10100010 1100011 11001100 10101 110011 0 10100 100010100 110011 111011

Color Harmonies of #A263CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263CC

Black with #A263CC

Text Example


Text Example

White with #A263CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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