Html Css Color HEX #A267CD Amethyst

📋 copy color: '#A267CD'

red 162 ◦ green 103 ◦ blue 205

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

Shades of Amethyst #A267CD

Tints of Amethyst #A267CD

RGB

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

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

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

R = 34.47%
G = 21.91%
B = 43.62%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A267CD (or 0xA267CD) is known color: Amethyst. HEX triplet: A2, 67 and CD. RGB value is (162,103,205). Sum of RGB (Red+Green+Blue) = 162+103+205=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #A267CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267CD is #5D9832. Grayscale: #838383. Windows color (decimal): -6133811 or 13461410. OLE color: 13461410.

HSL color Cylindrical-coordinate representation of color #A267CD: hue angle of 274.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A267CD is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 103 205 -
CMYK 0.21 0.50 0 0.20
HSL 274.71º 0.5% 0.6% -
HSV(B) 274.71º 0.5% 0.8% -
XYZ 30.77 21.79 60.34 -
YUV 132.27 169.05 149.21 -
System Red Green Blue C M Y K H S L
Decimal 162 103 205 0.21 0.50 0 0.20 274.71 0.5 0.6
Hex A2 67 CD 15 32 0 14 113 32 3C
Octal 242 147 315 25 62 0 24 423 62 74
Binary 10100010 1100111 11001101 10101 110010 0 10100 100010011 110010 111100

Color Harmonies of #A267CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267CD

Black with #A267CD

Text Example


Text Example

White with #A267CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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