Html Css Color HEX #A265CD Amethyst

📋 copy color: '#A265CD'

red 162 ◦ green 101 ◦ blue 205

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

Shades of Amethyst #A265CD

Tints of Amethyst #A265CD

RGB

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

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

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

R = 34.62%
G = 21.58%
B = 43.8%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A265CD (or 0xA265CD) is known color: Amethyst. HEX triplet: A2, 65 and CD. RGB value is (162,101,205). Sum of RGB (Red+Green+Blue) = 162+101+205=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A265CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265CD is #5D9A32. Grayscale: #828282. Windows color (decimal): -6134323 or 13460898. OLE color: 13460898.

HSL color Cylindrical-coordinate representation of color #A265CD: hue angle of 275.19º 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 #A265CD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 101 205 -
CMYK 0.21 0.51 0 0.20
HSL 275.19º 0.51% 0.6% -
HSV(B) 275.19º 0.51% 0.8% -
XYZ 30.57 21.4 60.28 -
YUV 131.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 162 101 205 0.21 0.51 0 0.20 275.19 0.51 0.6
Hex A2 65 CD 15 33 0 14 113 33 3C
Octal 242 145 315 25 63 0 24 423 63 74
Binary 10100010 1100101 11001101 10101 110011 0 10100 100010011 110011 111100

Color Harmonies of #A265CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265CD

Black with #A265CD

Text Example


Text Example

White with #A265CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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