Html Css Color HEX #A467CE Amethyst

📋 copy color: '#A467CE'

red 164 ◦ green 103 ◦ blue 206

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

Shades of Amethyst #A467CE

Tints of Amethyst #A467CE

RGB

 RED value IS 164 (64.45% from 255) = 34.67%

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

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

R = 34.67%
G = 21.78%
B = 43.55%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A467CE (or 0xA467CE) is known color: Amethyst. HEX triplet: A4, 67 and CE. RGB value is (164,103,206). Sum of RGB (Red+Green+Blue) = 164+103+206=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A467CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467CE is #5B9831. Grayscale: #848484. Windows color (decimal): -6002738 or 13526948. OLE color: 13526948.

HSL color Cylindrical-coordinate representation of color #A467CE: hue angle of 275.53º 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 #A467CE is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 103 206 -
CMYK 0.20 0.50 0 0.19
HSL 275.53º 0.51% 0.61% -
HSV(B) 275.53º 0.5% 0.81% -
XYZ 31.3 22.05 61 -
YUV 132.98 169.21 150.12 -
System Red Green Blue C M Y K H S L
Decimal 164 103 206 0.20 0.50 0 0.19 275.53 0.51 0.61
Hex A4 67 CE 14 32 0 13 114 33 3D
Octal 244 147 316 24 62 0 23 424 63 75
Binary 10100100 1100111 11001110 10100 110010 0 10011 100010100 110011 111101

Color Harmonies of #A467CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A467CE

Black with #A467CE

Text Example


Text Example

White with #A467CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A467CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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