Html Css Color HEX #A65FDD Amethyst

📋 copy color: '#A65FDD'

red 166 ◦ green 95 ◦ blue 221

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

Shades of Amethyst #A65FDD

Tints of Amethyst #A65FDD

RGB

 RED value IS 166 (65.23% from 255) = 34.44%

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

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

R = 34.44%
G = 19.71%
B = 45.85%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A65FDD (or 0xA65FDD) is known color: Amethyst. HEX triplet: A6, 5F and DD. RGB value is (166,95,221). Sum of RGB (Red+Green+Blue) = 166+95+221=482 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.44% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #A65FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FDD is #59A022. Grayscale: #828282. Windows color (decimal): -5873699 or 14507942. OLE color: 14507942.

HSL color Cylindrical-coordinate representation of color #A65FDD: hue angle of 273.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A65FDD is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 95 221 -
CMYK 0.25 0.57 0 0.13
HSL 273.81º 0.65% 0.62% -
HSV(B) 273.81º 0.57% 0.87% -
XYZ 32.87 21.51 70.83 -
YUV 130.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 166 95 221 0.25 0.57 0 0.13 273.81 0.65 0.62
Hex A6 5F DD 19 39 0 D 112 41 3E
Octal 246 137 335 31 71 0 15 422 101 76
Binary 10100110 1011111 11011101 11001 111001 0 1101 100010010 1000001 111110

Color Harmonies of #A65FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FDD

Black with #A65FDD

Text Example


Text Example

White with #A65FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FDD; }

 p { color: rgb(166,95,221); }

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

background-color css

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

 a { background-color: rgb(166,95,221); }

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

border-color css

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

 span { border-color: rgb(166,95,221); }

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