Html Css Color HEX #A25BD6 Amethyst

📋 copy color: '#A25BD6'

red 162 ◦ green 91 ◦ blue 214

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

Shades of Amethyst #A25BD6

Tints of Amethyst #A25BD6

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.49%

 BLUE value IS 214 (83.98% from 255) = 45.82%

R = 34.69%
G = 19.49%
B = 45.82%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A25BD6 (or 0xA25BD6) is known color: Amethyst. HEX triplet: A2, 5B and D6. RGB value is (162,91,214). Sum of RGB (Red+Green+Blue) = 162+91+214=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 214 (83.98% from 255 or 45.82% from 467); Max value from RGB is 214 - color contains mainly: blue. Hex color #A25BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25BD6 is #5DA429. Grayscale: #7D7D7D. Windows color (decimal): -6136874 or 14048162. OLE color: 14048162.

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

Color convert

RGB 162 91 214 -
CMYK 0.24 0.57 0 0.16
HSL 274.63º 0.6% 0.6% -
HSV(B) 274.63º 0.57% 0.84% -
XYZ 30.78 20.02 65.86 -
YUV 126.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 162 91 214 0.24 0.57 0 0.16 274.63 0.6 0.6
Hex A2 5B D6 18 39 0 10 113 3C 3C
Octal 242 133 326 30 71 0 20 423 74 74
Binary 10100010 1011011 11010110 11000 111001 0 10000 100010011 111100 111100

Color Harmonies of #A25BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25BD6

Black with #A25BD6

Text Example


Text Example

White with #A25BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25BD6; }

 p { color: rgb(162,91,214); }

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

background-color css

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

 a { background-color: rgb(162,91,214); }

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

border-color css

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

 span { border-color: rgb(162,91,214); }

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