Html Css Color HEX #A062CF Amethyst

📋 copy color: '#A062CF'

red 160 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #A062CF

Tints of Amethyst #A062CF

RGB

 RED value IS 160 (62.89% from 255) = 34.41%

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

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

R = 34.41%
G = 21.08%
B = 44.52%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A062CF (or 0xA062CF) is known color: Amethyst. HEX triplet: A0, 62 and CF. RGB value is (160,98,207). Sum of RGB (Red+Green+Blue) = 160+98+207=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #A062CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062CF is #5F9D30. Grayscale: #808080. Windows color (decimal): -6266161 or 13591200. OLE color: 13591200.

HSL color Cylindrical-coordinate representation of color #A062CF: hue angle of 274.13º 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 #A062CF is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 98 207 -
CMYK 0.23 0.53 0 0.19
HSL 274.13º 0.53% 0.6% -
HSV(B) 274.13º 0.53% 0.81% -
XYZ 30.13 20.71 61.44 -
YUV 128.96 172.04 150.14 -
System Red Green Blue C M Y K H S L
Decimal 160 98 207 0.23 0.53 0 0.19 274.13 0.53 0.6
Hex A0 62 CF 17 35 0 13 112 35 3C
Octal 240 142 317 27 65 0 23 422 65 74
Binary 10100000 1100010 11001111 10111 110101 0 10011 100010010 110101 111100

Color Harmonies of #A062CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A062CF

Black with #A062CF

Text Example


Text Example

White with #A062CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A062CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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