Html Css Color HEX #A265DD Amethyst

📋 copy color: '#A265DD'

red 162 ◦ green 101 ◦ blue 221

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

Shades of Amethyst #A265DD

Tints of Amethyst #A265DD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.87%

 BLUE value IS 221 (86.72% from 255) = 45.66%

R = 33.47%
G = 20.87%
B = 45.66%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A265DD (or 0xA265DD) is known color: Amethyst. HEX triplet: A2, 65 and DD. RGB value is (162,101,221). Sum of RGB (Red+Green+Blue) = 162+101+221=484 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.47% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 221 (86.72% from 255 or 45.66% from 484); Max value from RGB is 221 - color contains mainly: blue. Hex color #A265DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265DD is #5D9A22. Grayscale: #848484. Windows color (decimal): -6134307 or 14509474. OLE color: 14509474.

HSL color Cylindrical-coordinate representation of color #A265DD: hue angle of 270.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A265DD is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 101 221 -
CMYK 0.27 0.54 0 0.13
HSL 270.5º 0.64% 0.63% -
HSV(B) 270.5º 0.54% 0.87% -
XYZ 32.61 22.21 70.97 -
YUV 132.92 177.71 148.74 -
System Red Green Blue C M Y K H S L
Decimal 162 101 221 0.27 0.54 0 0.13 270.5 0.64 0.63
Hex A2 65 DD 1B 36 0 D 10E 40 3F
Octal 242 145 335 33 66 0 15 416 100 77
Binary 10100010 1100101 11011101 11011 110110 0 1101 100001110 1000000 111111

Color Harmonies of #A265DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265DD

Black with #A265DD

Text Example


Text Example

White with #A265DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265DD; }

 p { color: rgb(162,101,221); }

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

background-color css

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

 a { background-color: rgb(162,101,221); }

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

border-color css

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

 span { border-color: rgb(162,101,221); }

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