Html Css Color HEX #A25AEA Amethyst

📋 copy color: '#A25AEA'

red 162 ◦ green 90 ◦ blue 234

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

Shades of Amethyst #A25AEA

Tints of Amethyst #A25AEA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.52%

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 33.33%
G = 18.52%
B = 48.15%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A25AEA (or 0xA25AEA) is known color: Amethyst. HEX triplet: A2, 5A and EA. RGB value is (162,90,234). Sum of RGB (Red+Green+Blue) = 162+90+234=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 90 (35.55% from 255 or 18.52% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A25AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A25AEA is #5DA515. Grayscale: #7F7F7F. Windows color (decimal): -6137110 or 15358626. OLE color: 15358626.

HSL color Cylindrical-coordinate representation of color #A25AEA: hue angle of 270º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A25AEA is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 162 90 234 -
CMYK 0.31 0.62 0 0.08
HSL 270º 0.77% 0.64% -
HSV(B) 270º 0.62% 0.92% -
XYZ 33.41 20.93 80.12 -
YUV 127.94 187.85 152.29 -
System Red Green Blue C M Y K H S L
Decimal 162 90 234 0.31 0.62 0 0.08 270 0.77 0.64
Hex A2 5A EA 1F 3E 0 8 10E 4D 40
Octal 242 132 352 37 76 0 10 416 115 100
Binary 10100010 1011010 11101010 11111 111110 0 1000 100001110 1001101 1000000

Color Harmonies of #A25AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25AEA

Black with #A25AEA

Text Example


Text Example

White with #A25AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25AEA; }

 p { color: rgb(162,90,234); }

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

background-color css

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

 a { background-color: rgb(162,90,234); }

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

border-color css

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

 span { border-color: rgb(162,90,234); }

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