Html Css Color HEX #A267C0 Amethyst

📋 copy color: '#A267C0'

red 162 ◦ green 103 ◦ blue 192

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

Shades of Amethyst #A267C0

Tints of Amethyst #A267C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 42.01%

R = 35.45%
G = 22.54%
B = 42.01%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A267C0 (or 0xA267C0) is known color: Amethyst. HEX triplet: A2, 67 and C0. RGB value is (162,103,192). Sum of RGB (Red+Green+Blue) = 162+103+192=457 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.45% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #A267C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A267C0 is #5D983F. Grayscale: #828282. Windows color (decimal): -6133824 or 12609442. OLE color: 12609442.

HSL color Cylindrical-coordinate representation of color #A267C0: hue angle of 279.78º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A267C0 is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 103 192 -
CMYK 0.16 0.46 0 0.25
HSL 279.78º 0.41% 0.58% -
HSV(B) 279.78º 0.46% 0.75% -
XYZ 29.26 21.19 52.42 -
YUV 130.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 162 103 192 0.16 0.46 0 0.25 279.78 0.41 0.58
Hex A2 67 C0 10 2E 0 19 118 29 3A
Octal 242 147 300 20 56 0 31 430 51 72
Binary 10100010 1100111 11000000 10000 101110 0 11001 100011000 101001 111010

Color Harmonies of #A267C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A267C0

Black with #A267C0

Text Example


Text Example

White with #A267C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A267C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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