Html Css Color HEX #A362CF Amethyst

📋 copy color: '#A362CF'

red 163 ◦ green 98 ◦ blue 207

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

Shades of Amethyst #A362CF

Tints of Amethyst #A362CF

RGB

 RED value IS 163 (64.06% from 255) = 34.83%

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

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

R = 34.83%
G = 20.94%
B = 44.23%

CMYK

 C value IS 0.21

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A362CF (or 0xA362CF) is known color: Amethyst. HEX triplet: A3, 62 and CF. RGB value is (163,98,207). Sum of RGB (Red+Green+Blue) = 163+98+207=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #A362CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362CF is #5C9D30. Grayscale: #818181. Windows color (decimal): -6069553 or 13591203. OLE color: 13591203.

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

Color convert

RGB 163 98 207 -
CMYK 0.21 0.53 0 0.19
HSL 275.78º 0.53% 0.6% -
HSV(B) 275.78º 0.53% 0.81% -
XYZ 30.73 21.03 61.47 -
YUV 129.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 163 98 207 0.21 0.53 0 0.19 275.78 0.53 0.6
Hex A3 62 CF 15 35 0 13 114 35 3C
Octal 243 142 317 25 65 0 23 424 65 74
Binary 10100011 1100010 11001111 10101 110101 0 10011 100010100 110101 111100

Color Harmonies of #A362CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A362CF

Black with #A362CF

Text Example


Text Example

White with #A362CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A362CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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