Html Css Color HEX #A265CE Amethyst

📋 copy color: '#A265CE'

red 162 ◦ green 101 ◦ blue 206

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

Shades of Amethyst #A265CE

Tints of Amethyst #A265CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.92%

R = 34.54%
G = 21.54%
B = 43.92%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A265CE (or 0xA265CE) is known color: Amethyst. HEX triplet: A2, 65 and CE. RGB value is (162,101,206). Sum of RGB (Red+Green+Blue) = 162+101+206=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 206 (80.86% from 255 or 43.92% from 469); Max value from RGB is 206 - color contains mainly: blue. Hex color #A265CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265CE is #5D9A31. Grayscale: #828282. Windows color (decimal): -6134322 or 13526434. OLE color: 13526434.

HSL color Cylindrical-coordinate representation of color #A265CE: hue angle of 274.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A265CE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 101 206 -
CMYK 0.21 0.51 0 0.19
HSL 274.86º 0.52% 0.6% -
HSV(B) 274.86º 0.51% 0.81% -
XYZ 30.69 21.44 60.91 -
YUV 131.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 162 101 206 0.21 0.51 0 0.19 274.86 0.52 0.6
Hex A2 65 CE 15 33 0 13 113 34 3C
Octal 242 145 316 25 63 0 23 423 64 74
Binary 10100010 1100101 11001110 10101 110011 0 10011 100010011 110100 111100

Color Harmonies of #A265CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A265CE

Black with #A265CE

Text Example


Text Example

White with #A265CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A265CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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