Html Css Color HEX #A25DD6 Amethyst

📋 copy color: '#A25DD6'

red 162 ◦ green 93 ◦ blue 214

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

Shades of Amethyst #A25DD6

Tints of Amethyst #A25DD6

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

 BLUE value IS 214 (83.98% from 255) = 45.63%

R = 34.54%
G = 19.83%
B = 45.63%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A25DD6 (or 0xA25DD6) is known color: Amethyst. HEX triplet: A2, 5D and D6. RGB value is (162,93,214). Sum of RGB (Red+Green+Blue) = 162+93+214=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #A25DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DD6 is #5DA229. Grayscale: #7F7F7F. Windows color (decimal): -6136362 or 14048674. OLE color: 14048674.

HSL color Cylindrical-coordinate representation of color #A25DD6: hue angle of 274.21º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A25DD6 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 162 93 214 -
CMYK 0.24 0.57 0 0.16
HSL 274.21º 0.6% 0.6% -
HSV(B) 274.21º 0.57% 0.84% -
XYZ 30.95 20.37 65.92 -
YUV 127.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 162 93 214 0.24 0.57 0 0.16 274.21 0.6 0.6
Hex A2 5D D6 18 39 0 10 112 3C 3C
Octal 242 135 326 30 71 0 20 422 74 74
Binary 10100010 1011101 11010110 11000 111001 0 10000 100010010 111100 111100

Color Harmonies of #A25DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DD6

Black with #A25DD6

Text Example


Text Example

White with #A25DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DD6; }

 p { color: rgb(162,93,214); }

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

background-color css

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

 a { background-color: rgb(162,93,214); }

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

border-color css

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

 span { border-color: rgb(162,93,214); }

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