Html Css Color HEX #A267DC Amethyst

📋 copy color: '#A267DC'

red 162 ◦ green 103 ◦ blue 220

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

Shades of Amethyst #A267DC

Tints of Amethyst #A267DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.36%

R = 33.4%
G = 21.24%
B = 45.36%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A267DC (or 0xA267DC) is known color: Amethyst. HEX triplet: A2, 67 and DC. RGB value is (162,103,220). Sum of RGB (Red+Green+Blue) = 162+103+220=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 103 (40.62% from 255 or 21.24% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #A267DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267DC is #5D9823. Grayscale: #858585. Windows color (decimal): -6133796 or 14444450. OLE color: 14444450.

HSL color Cylindrical-coordinate representation of color #A267DC: hue angle of 270.26º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A267DC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 103 220 -
CMYK 0.26 0.53 0 0.14
HSL 270.26º 0.63% 0.63% -
HSV(B) 270.26º 0.53% 0.86% -
XYZ 32.67 22.55 70.34 -
YUV 133.98 176.55 147.99 -
System Red Green Blue C M Y K H S L
Decimal 162 103 220 0.26 0.53 0 0.14 270.26 0.63 0.63
Hex A2 67 DC 1A 35 0 E 10E 3F 3F
Octal 242 147 334 32 65 0 16 416 77 77
Binary 10100010 1100111 11011100 11010 110101 0 1110 100001110 111111 111111

Color Harmonies of #A267DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267DC

Black with #A267DC

Text Example


Text Example

White with #A267DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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