Html Css Color HEX #A25FD0 Amethyst

📋 copy color: '#A25FD0'

red 162 ◦ green 95 ◦ blue 208

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

Shades of Amethyst #A25FD0

Tints of Amethyst #A25FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 44.73%

R = 34.84%
G = 20.43%
B = 44.73%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A25FD0 (or 0xA25FD0) is known color: Amethyst. HEX triplet: A2, 5F and D0. RGB value is (162,95,208). Sum of RGB (Red+Green+Blue) = 162+95+208=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #A25FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A25FD0 is #5DA02F. Grayscale: #7F7F7F. Windows color (decimal): -6135856 or 13655970. OLE color: 13655970.

HSL color Cylindrical-coordinate representation of color #A25FD0: hue angle of 275.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A25FD0 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 95 208 -
CMYK 0.22 0.54 0 0.18
HSL 275.58º 0.55% 0.59% -
HSV(B) 275.58º 0.54% 0.82% -
XYZ 30.38 20.42 62.01 -
YUV 127.92 173.2 152.31 -
System Red Green Blue C M Y K H S L
Decimal 162 95 208 0.22 0.54 0 0.18 275.58 0.55 0.59
Hex A2 5F D0 16 36 0 12 114 37 3B
Octal 242 137 320 26 66 0 22 424 67 73
Binary 10100010 1011111 11010000 10110 110110 0 10010 100010100 110111 111011

Color Harmonies of #A25FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25FD0

Black with #A25FD0

Text Example


Text Example

White with #A25FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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