Html Css Color HEX #A25CE7 Amethyst

📋 copy color: '#A25CE7'

red 162 ◦ green 92 ◦ blue 231

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

Shades of Amethyst #A25CE7

Tints of Amethyst #A25CE7

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

 BLUE value IS 231 (90.63% from 255) = 47.63%

R = 33.4%
G = 18.97%
B = 47.63%

CMYK

 C value IS 0.30

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A25CE7 (or 0xA25CE7) is known color: Amethyst. HEX triplet: A2, 5C and E7. RGB value is (162,92,231). Sum of RGB (Red+Green+Blue) = 162+92+231=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 231 (90.62% from 255 or 47.63% from 485); Max value from RGB is 231 - color contains mainly: blue. Hex color #A25CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25CE7 is #5DA318. Grayscale: #808080. Windows color (decimal): -6136601 or 15162530. OLE color: 15162530.

HSL color Cylindrical-coordinate representation of color #A25CE7: hue angle of 270.22º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A25CE7 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 162 92 231 -
CMYK 0.30 0.60 0 0.09
HSL 270.22º 0.74% 0.63% -
HSV(B) 270.22º 0.6% 0.91% -
XYZ 33.15 21.11 77.93 -
YUV 128.78 185.69 151.7 -
System Red Green Blue C M Y K H S L
Decimal 162 92 231 0.30 0.60 0 0.09 270.22 0.74 0.63
Hex A2 5C E7 1E 3C 0 9 10E 4A 3F
Octal 242 134 347 36 74 0 11 416 112 77
Binary 10100010 1011100 11100111 11110 111100 0 1001 100001110 1001010 111111

Color Harmonies of #A25CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25CE7

Black with #A25CE7

Text Example


Text Example

White with #A25CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25CE7; }

 p { color: rgb(162,92,231); }

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

background-color css

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

 a { background-color: rgb(162,92,231); }

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

border-color css

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

 span { border-color: rgb(162,92,231); }

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