Html Css Color HEX #A967E6 Amethyst

📋 copy color: '#A967E6'

red 169 ◦ green 103 ◦ blue 230

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

Shades of Amethyst #A967E6

Tints of Amethyst #A967E6

RGB

 RED value IS 169 (66.41% from 255) = 33.67%

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

 BLUE value IS 230 (90.23% from 255) = 45.82%

R = 33.67%
G = 20.52%
B = 45.82%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A967E6 (or 0xA967E6) is known color: Amethyst. HEX triplet: A9, 67 and E6. RGB value is (169,103,230). Sum of RGB (Red+Green+Blue) = 169+103+230=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 103 (40.62% from 255 or 20.52% from 502); Blue value is 230 (90.23% from 255 or 45.82% from 502); Max value from RGB is 230 - color contains mainly: blue. Hex color #A967E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967E6 is #569819. Grayscale: #888888. Windows color (decimal): -5675034 or 15099817. OLE color: 15099817.

HSL color Cylindrical-coordinate representation of color #A967E6: hue angle of 271.18º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A967E6 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 169 103 230 -
CMYK 0.27 0.55 0 0.10
HSL 271.18º 0.72% 0.65% -
HSV(B) 271.18º 0.55% 0.9% -
XYZ 35.5 23.85 77.6 -
YUV 137.21 180.37 150.67 -
System Red Green Blue C M Y K H S L
Decimal 169 103 230 0.27 0.55 0 0.10 271.18 0.72 0.65
Hex A9 67 E6 1B 37 0 A 10F 48 41
Octal 251 147 346 33 67 0 12 417 110 101
Binary 10101001 1100111 11100110 11011 110111 0 1010 100001111 1001000 1000001

Color Harmonies of #A967E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A967E6

Black with #A967E6

Text Example


Text Example

White with #A967E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A967E6; }

 p { color: rgb(169,103,230); }

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

background-color css

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

 a { background-color: rgb(169,103,230); }

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

border-color css

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

 span { border-color: rgb(169,103,230); }

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