Html Css Color HEX #A263CB Amethyst

📋 copy color: '#A263CB'

red 162 ◦ green 99 ◦ blue 203

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

Shades of Amethyst #A263CB

Tints of Amethyst #A263CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.75%

R = 34.91%
G = 21.34%
B = 43.75%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A263CB (or 0xA263CB) is known color: Amethyst. HEX triplet: A2, 63 and CB. RGB value is (162,99,203). Sum of RGB (Red+Green+Blue) = 162+99+203=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A263CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CB is #5D9C34. Grayscale: #818181. Windows color (decimal): -6134837 or 13329314. OLE color: 13329314.

HSL color Cylindrical-coordinate representation of color #A263CB: hue angle of 276.35º degrees, saturation: 0.5, 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 #A263CB is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 99 203 -
CMYK 0.20 0.51 0 0.20
HSL 276.35º 0.5% 0.59% -
HSV(B) 276.35º 0.51% 0.8% -
XYZ 30.14 20.92 58.95 -
YUV 129.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 162 99 203 0.20 0.51 0 0.20 276.35 0.5 0.59
Hex A2 63 CB 14 33 0 14 114 32 3B
Octal 242 143 313 24 63 0 24 424 62 73
Binary 10100010 1100011 11001011 10100 110011 0 10100 100010100 110010 111011

Color Harmonies of #A263CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A263CB

Black with #A263CB

Text Example


Text Example

White with #A263CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A263CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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