Html Css Color HEX #A258DF Amethyst

📋 copy color: '#A258DF'

red 162 ◦ green 88 ◦ blue 223

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

Shades of Amethyst #A258DF

Tints of Amethyst #A258DF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.6%

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

R = 34.25%
G = 18.6%
B = 47.15%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A258DF (or 0xA258DF) is known color: Amethyst. HEX triplet: A2, 58 and DF. RGB value is (162,88,223). Sum of RGB (Red+Green+Blue) = 162+88+223=473 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.25% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #A258DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A258DF is #5DA720. Grayscale: #7D7D7D. Windows color (decimal): -6137633 or 14637218. OLE color: 14637218.

HSL color Cylindrical-coordinate representation of color #A258DF: hue angle of 272.89º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A258DF is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 88 223 -
CMYK 0.27 0.61 0 0.13
HSL 272.89º 0.68% 0.61% -
HSV(B) 272.89º 0.61% 0.87% -
XYZ 31.71 19.99 72 -
YUV 125.52 183.02 154.02 -
System Red Green Blue C M Y K H S L
Decimal 162 88 223 0.27 0.61 0 0.13 272.89 0.68 0.61
Hex A2 58 DF 1B 3D 0 D 111 44 3D
Octal 242 130 337 33 75 0 15 421 104 75
Binary 10100010 1011000 11011111 11011 111101 0 1101 100010001 1000100 111101

Color Harmonies of #A258DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A258DF

Black with #A258DF

Text Example


Text Example

White with #A258DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A258DF; }

 p { color: rgb(162,88,223); }

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

background-color css

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

 a { background-color: rgb(162,88,223); }

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

border-color css

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

 span { border-color: rgb(162,88,223); }

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