Html Css Color HEX #A25FDA Amethyst

📋 copy color: '#A25FDA'

red 162 ◦ green 95 ◦ blue 218

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

Shades of Amethyst #A25FDA

Tints of Amethyst #A25FDA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 34.11%
G = 20%
B = 45.89%

CMYK

 C value IS 0.26

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A25FDA (or 0xA25FDA) is known color: Amethyst. HEX triplet: A2, 5F and DA. RGB value is (162,95,218). Sum of RGB (Red+Green+Blue) = 162+95+218=475 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.11% from 475); Green value is 95 (37.5% from 255 or 20% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #A25FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FDA is #5DA025. Grayscale: #808080. Windows color (decimal): -6135846 or 14311330. OLE color: 14311330.

HSL color Cylindrical-coordinate representation of color #A25FDA: hue angle of 272.68º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A25FDA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 95 218 -
CMYK 0.26 0.56 0 0.15
HSL 272.68º 0.62% 0.61% -
HSV(B) 272.68º 0.56% 0.85% -
XYZ 31.65 20.93 68.7 -
YUV 129.06 178.2 151.5 -
System Red Green Blue C M Y K H S L
Decimal 162 95 218 0.26 0.56 0 0.15 272.68 0.62 0.61
Hex A2 5F DA 1A 38 0 F 111 3E 3D
Octal 242 137 332 32 70 0 17 421 76 75
Binary 10100010 1011111 11011010 11010 111000 0 1111 100010001 111110 111101

Color Harmonies of #A25FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FDA

Black with #A25FDA

Text Example


Text Example

White with #A25FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FDA; }

 p { color: rgb(162,95,218); }

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

background-color css

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

 a { background-color: rgb(162,95,218); }

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

border-color css

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

 span { border-color: rgb(162,95,218); }

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