Html Css Color HEX #A462DF Amethyst

📋 copy color: '#A462DF'

red 164 ◦ green 98 ◦ blue 223

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

Shades of Amethyst #A462DF

Tints of Amethyst #A462DF

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

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

 BLUE value IS 223 (87.5% from 255) = 45.98%

R = 33.81%
G = 20.21%
B = 45.98%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A462DF (or 0xA462DF) is known color: Amethyst. HEX triplet: A4, 62 and DF. RGB value is (164,98,223). Sum of RGB (Red+Green+Blue) = 164+98+223=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 98 (38.67% from 255 or 20.21% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #A462DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A462DF is #5B9D20. Grayscale: #838383. Windows color (decimal): -6004001 or 14639780. OLE color: 14639780.

HSL color Cylindrical-coordinate representation of color #A462DF: hue angle of 271.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A462DF is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 98 223 -
CMYK 0.26 0.56 0 0.13
HSL 271.68º 0.66% 0.63% -
HSV(B) 271.68º 0.56% 0.87% -
XYZ 33 21.96 72.31 -
YUV 131.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 164 98 223 0.26 0.56 0 0.13 271.68 0.66 0.63
Hex A4 62 DF 1A 38 0 D 110 42 3F
Octal 244 142 337 32 70 0 15 420 102 77
Binary 10100100 1100010 11011111 11010 111000 0 1101 100010000 1000010 111111

Color Harmonies of #A462DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A462DF

Black with #A462DF

Text Example


Text Example

White with #A462DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A462DF; }

 p { color: rgb(164,98,223); }

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

background-color css

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

 a { background-color: rgb(164,98,223); }

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

border-color css

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

 span { border-color: rgb(164,98,223); }

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