Html Css Color HEX #A267CE Amethyst

📋 copy color: '#A267CE'

red 162 ◦ green 103 ◦ blue 206

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

Shades of Amethyst #A267CE

Tints of Amethyst #A267CE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.87%

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

R = 34.39%
G = 21.87%
B = 43.74%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A267CE (or 0xA267CE) is known color: Amethyst. HEX triplet: A2, 67 and CE. RGB value is (162,103,206). Sum of RGB (Red+Green+Blue) = 162+103+206=471 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.39% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #A267CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CE is #5D9831. Grayscale: #848484. Windows color (decimal): -6133810 or 13526946. OLE color: 13526946.

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

Color convert

RGB 162 103 206 -
CMYK 0.21 0.50 0 0.19
HSL 274.37º 0.51% 0.61% -
HSV(B) 274.37º 0.5% 0.81% -
XYZ 30.89 21.84 60.98 -
YUV 132.38 169.55 149.12 -
System Red Green Blue C M Y K H S L
Decimal 162 103 206 0.21 0.50 0 0.19 274.37 0.51 0.61
Hex A2 67 CE 15 32 0 13 112 33 3D
Octal 242 147 316 25 62 0 23 422 63 75
Binary 10100010 1100111 11001110 10101 110010 0 10011 100010010 110011 111101

Color Harmonies of #A267CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267CE

Black with #A267CE

Text Example


Text Example

White with #A267CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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