Html Css Color HEX #A65FD8 Amethyst

📋 copy color: '#A65FD8'

red 166 ◦ green 95 ◦ blue 216

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

Shades of Amethyst #A65FD8

Tints of Amethyst #A65FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.28%

R = 34.8%
G = 19.92%
B = 45.28%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A65FD8 (or 0xA65FD8) is known color: Amethyst. HEX triplet: A6, 5F and D8. RGB value is (166,95,216). Sum of RGB (Red+Green+Blue) = 166+95+216=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 216 (84.77% from 255 or 45.28% from 477); Max value from RGB is 216 - color contains mainly: blue. Hex color #A65FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FD8 is #59A027. Grayscale: #818181. Windows color (decimal): -5873704 or 14180262. OLE color: 14180262.

HSL color Cylindrical-coordinate representation of color #A65FD8: hue angle of 275.21º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A65FD8 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 95 216 -
CMYK 0.23 0.56 0 0.15
HSL 275.21º 0.61% 0.61% -
HSV(B) 275.21º 0.56% 0.85% -
XYZ 32.21 21.25 67.37 -
YUV 130.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 166 95 216 0.23 0.56 0 0.15 275.21 0.61 0.61
Hex A6 5F D8 17 38 0 F 113 3D 3D
Octal 246 137 330 27 70 0 17 423 75 75
Binary 10100110 1011111 11011000 10111 111000 0 1111 100010011 111101 111101

Color Harmonies of #A65FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65FD8

Black with #A65FD8

Text Example


Text Example

White with #A65FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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