Html Css Color HEX #A267DF Amethyst

📋 copy color: '#A267DF'

red 162 ◦ green 103 ◦ blue 223

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

Shades of Amethyst #A267DF

Tints of Amethyst #A267DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.7%

R = 33.2%
G = 21.11%
B = 45.7%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A267DF (or 0xA267DF) is known color: Amethyst. HEX triplet: A2, 67 and DF. RGB value is (162,103,223). Sum of RGB (Red+Green+Blue) = 162+103+223=488 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.20% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #A267DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267DF is #5D9820. Grayscale: #858585. Windows color (decimal): -6133793 or 14641058. OLE color: 14641058.

HSL color Cylindrical-coordinate representation of color #A267DF: hue angle of 269.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A267DF is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 103 223 -
CMYK 0.27 0.54 0 0.13
HSL 269.5º 0.65% 0.64% -
HSV(B) 269.5º 0.54% 0.87% -
XYZ 33.07 22.71 72.45 -
YUV 134.32 178.05 147.74 -
System Red Green Blue C M Y K H S L
Decimal 162 103 223 0.27 0.54 0 0.13 269.5 0.65 0.64
Hex A2 67 DF 1B 36 0 D 10E 41 40
Octal 242 147 337 33 66 0 15 416 101 100
Binary 10100010 1100111 11011111 11011 110110 0 1101 100001110 1000001 1000000

Color Harmonies of #A267DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267DF

Black with #A267DF

Text Example


Text Example

White with #A267DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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