Html Css Color HEX #A065CD Amethyst

📋 copy color: '#A065CD'

red 160 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #A065CD

Tints of Amethyst #A065CD

RGB

 RED value IS 160 (62.89% from 255) = 34.33%

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

 BLUE value IS 205 (80.47% from 255) = 43.99%

R = 34.33%
G = 21.67%
B = 43.99%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A065CD (or 0xA065CD) is known color: Amethyst. HEX triplet: A0, 65 and CD. RGB value is (160,101,205). Sum of RGB (Red+Green+Blue) = 160+101+205=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A065CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A065CD is #5F9A32. Grayscale: #828282. Windows color (decimal): -6265395 or 13460896. OLE color: 13460896.

HSL color Cylindrical-coordinate representation of color #A065CD: hue angle of 274.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A065CD is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 160 101 205 -
CMYK 0.22 0.51 0 0.20
HSL 274.04º 0.51% 0.6% -
HSV(B) 274.04º 0.51% 0.8% -
XYZ 30.17 21.19 60.26 -
YUV 130.5 170.05 149.04 -
System Red Green Blue C M Y K H S L
Decimal 160 101 205 0.22 0.51 0 0.20 274.04 0.51 0.6
Hex A0 65 CD 16 33 0 14 112 33 3C
Octal 240 145 315 26 63 0 24 422 63 74
Binary 10100000 1100101 11001101 10110 110011 0 10100 100010010 110011 111100

Color Harmonies of #A065CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A065CD

Black with #A065CD

Text Example


Text Example

White with #A065CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A065CD; }

 p { color: rgb(160,101,205); }

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

background-color css

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

 a { background-color: rgb(160,101,205); }

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

border-color css

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

 span { border-color: rgb(160,101,205); }

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