Html Css Color HEX #A262CF Amethyst

📋 copy color: '#A262CF'

red 162 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #A262CF

Tints of Amethyst #A262CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.99%

 BLUE value IS 207 (81.25% from 255) = 44.33%

R = 34.69%
G = 20.99%
B = 44.33%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A262CF (or 0xA262CF) is known color: Amethyst. HEX triplet: A2, 62 and CF. RGB value is (162,98,207). Sum of RGB (Red+Green+Blue) = 162+98+207=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #A262CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A262CF is #5D9D30. Grayscale: #818181. Windows color (decimal): -6135089 or 13591202. OLE color: 13591202.

HSL color Cylindrical-coordinate representation of color #A262CF: hue angle of 275.23º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A262CF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 98 207 -
CMYK 0.22 0.53 0 0.19
HSL 275.23º 0.53% 0.6% -
HSV(B) 275.23º 0.53% 0.81% -
XYZ 30.53 20.92 61.46 -
YUV 129.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 162 98 207 0.22 0.53 0 0.19 275.23 0.53 0.6
Hex A2 62 CF 16 35 0 13 113 35 3C
Octal 242 142 317 26 65 0 23 423 65 74
Binary 10100010 1100010 11001111 10110 110101 0 10011 100010011 110101 111100

Color Harmonies of #A262CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A262CF

Black with #A262CF

Text Example


Text Example

White with #A262CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A262CF; }

 p { color: rgb(162,98,207); }

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

background-color css

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

 a { background-color: rgb(162,98,207); }

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

border-color css

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

 span { border-color: rgb(162,98,207); }

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