Html Css Color HEX #A25FD7 Amethyst

📋 copy color: '#A25FD7'

red 162 ◦ green 95 ◦ blue 215

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

Shades of Amethyst #A25FD7

Tints of Amethyst #A25FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.55%

R = 34.32%
G = 20.13%
B = 45.55%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A25FD7 (or 0xA25FD7) is known color: Amethyst. HEX triplet: A2, 5F and D7. RGB value is (162,95,215). Sum of RGB (Red+Green+Blue) = 162+95+215=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 215 (84.38% from 255 or 45.55% from 472); Max value from RGB is 215 - color contains mainly: blue. Hex color #A25FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FD7 is #5DA028. Grayscale: #808080. Windows color (decimal): -6135849 or 14114722. OLE color: 14114722.

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

Color convert

RGB 162 95 215 -
CMYK 0.25 0.56 0 0.16
HSL 273.5º 0.6% 0.61% -
HSV(B) 273.5º 0.56% 0.84% -
XYZ 31.26 20.77 66.65 -
YUV 128.71 176.7 151.74 -
System Red Green Blue C M Y K H S L
Decimal 162 95 215 0.25 0.56 0 0.16 273.5 0.6 0.61
Hex A2 5F D7 19 38 0 10 112 3C 3D
Octal 242 137 327 31 70 0 20 422 74 75
Binary 10100010 1011111 11010111 11001 111000 0 10000 100010010 111100 111101

Color Harmonies of #A25FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FD7

Black with #A25FD7

Text Example


Text Example

White with #A25FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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