Html Css Color HEX #A765CF Amethyst

📋 copy color: '#A765CF'

red 167 ◦ green 101 ◦ blue 207

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

Shades of Amethyst #A765CF

Tints of Amethyst #A765CF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.26%

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

R = 35.16%
G = 21.26%
B = 43.58%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A765CF (or 0xA765CF) is known color: Amethyst. HEX triplet: A7, 65 and CF. RGB value is (167,101,207). Sum of RGB (Red+Green+Blue) = 167+101+207=475 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.16% from 475); Green value is 101 (39.84% from 255 or 21.26% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #A765CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A765CF is #589A30. Grayscale: #848484. Windows color (decimal): -5806641 or 13591975. OLE color: 13591975.

HSL color Cylindrical-coordinate representation of color #A765CF: hue angle of 277.36º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A765CF is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 167 101 207 -
CMYK 0.19 0.51 0 0.19
HSL 277.36º 0.52% 0.6% -
HSV(B) 277.36º 0.51% 0.81% -
XYZ 31.85 22.03 61.6 -
YUV 132.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 167 101 207 0.19 0.51 0 0.19 277.36 0.52 0.6
Hex A7 65 CF 13 33 0 13 115 34 3C
Octal 247 145 317 23 63 0 23 425 64 74
Binary 10100111 1100101 11001111 10011 110011 0 10011 100010101 110100 111100

Color Harmonies of #A765CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A765CF

Black with #A765CF

Text Example


Text Example

White with #A765CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A765CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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