Html Css Color HEX #A767CC Amethyst

📋 copy color: '#A767CC'

red 167 ◦ green 103 ◦ blue 204

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

Shades of Amethyst #A767CC

Tints of Amethyst #A767CC

RGB

 RED value IS 167 (65.63% from 255) = 35.23%

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 35.23%
G = 21.73%
B = 43.04%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A767CC (or 0xA767CC) is known color: Amethyst. HEX triplet: A7, 67 and CC. RGB value is (167,103,204). Sum of RGB (Red+Green+Blue) = 167+103+204=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 103 (40.62% from 255 or 21.73% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #A767CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767CC is #589833. Grayscale: #858585. Windows color (decimal): -5806132 or 13395879. OLE color: 13395879.

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

Color convert

RGB 167 103 204 -
CMYK 0.18 0.50 0 0.2
HSL 278.02º 0.5% 0.6% -
HSV(B) 278.02º 0.5% 0.8% -
XYZ 31.69 22.28 59.76 -
YUV 133.65 167.7 151.79 -
System Red Green Blue C M Y K H S L
Decimal 167 103 204 0.18 0.50 0 0.2 278.02 0.5 0.6
Hex A7 67 CC 12 32 0 14 116 32 3C
Octal 247 147 314 22 62 0 24 426 62 74
Binary 10100111 1100111 11001100 10010 110010 0 10100 100010110 110010 111100

Color Harmonies of #A767CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767CC

Black with #A767CC

Text Example


Text Example

White with #A767CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767CC; }

 p { color: rgb(167,103,204); }

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

background-color css

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

 a { background-color: rgb(167,103,204); }

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

border-color css

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

 span { border-color: rgb(167,103,204); }

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