Html Css Color HEX #A25DCF Amethyst

📋 copy color: '#A25DCF'

red 162 ◦ green 93 ◦ blue 207

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

Shades of Amethyst #A25DCF

Tints of Amethyst #A25DCF

RGB

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

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

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

R = 35.06%
G = 20.13%
B = 44.81%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A25DCF (or 0xA25DCF) is known color: Amethyst. HEX triplet: A2, 5D and CF. RGB value is (162,93,207). Sum of RGB (Red+Green+Blue) = 162+93+207=462 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.06% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #A25DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25DCF is #5DA230. Grayscale: #7E7E7E. Windows color (decimal): -6136369 or 13589922. OLE color: 13589922.

HSL color Cylindrical-coordinate representation of color #A25DCF: hue angle of 276.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A25DCF is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 93 207 -
CMYK 0.22 0.55 0 0.19
HSL 276.32º 0.54% 0.59% -
HSV(B) 276.32º 0.55% 0.81% -
XYZ 30.08 20.02 61.31 -
YUV 126.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 162 93 207 0.22 0.55 0 0.19 276.32 0.54 0.59
Hex A2 5D CF 16 37 0 13 114 36 3B
Octal 242 135 317 26 67 0 23 424 66 73
Binary 10100010 1011101 11001111 10110 110111 0 10011 100010100 110110 111011

Color Harmonies of #A25DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25DCF

Black with #A25DCF

Text Example


Text Example

White with #A25DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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