Html Css Color HEX #A767CF Amethyst

📋 copy color: '#A767CF'

red 167 ◦ green 103 ◦ blue 207

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

Shades of Amethyst #A767CF

Tints of Amethyst #A767CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.4%

R = 35.01%
G = 21.59%
B = 43.4%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A767CF (or 0xA767CF) is known color: Amethyst. HEX triplet: A7, 67 and CF. RGB value is (167,103,207). Sum of RGB (Red+Green+Blue) = 167+103+207=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A767CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A767CF is #589830. Grayscale: #858585. Windows color (decimal): -5806129 or 13592487. OLE color: 13592487.

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

Color convert

RGB 167 103 207 -
CMYK 0.19 0.50 0 0.19
HSL 276.92º 0.52% 0.61% -
HSV(B) 276.92º 0.5% 0.81% -
XYZ 32.05 22.42 61.67 -
YUV 133.99 169.2 151.54 -
System Red Green Blue C M Y K H S L
Decimal 167 103 207 0.19 0.50 0 0.19 276.92 0.52 0.61
Hex A7 67 CF 13 32 0 13 115 34 3D
Octal 247 147 317 23 62 0 23 425 64 75
Binary 10100111 1100111 11001111 10011 110010 0 10011 100010101 110100 111101

Color Harmonies of #A767CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A767CF

Black with #A767CF

Text Example


Text Example

White with #A767CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A767CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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