Html Css Color HEX #A769CF Amethyst

📋 copy color: '#A769CF'

red 167 ◦ green 105 ◦ blue 207

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

Shades of Amethyst #A769CF

Tints of Amethyst #A769CF

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.92%

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

R = 34.86%
G = 21.92%
B = 43.22%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A769CF (or 0xA769CF) is known color: Amethyst. HEX triplet: A7, 69 and CF. RGB value is (167,105,207). Sum of RGB (Red+Green+Blue) = 167+105+207=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A769CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A769CF is #589630. Grayscale: #868686. Windows color (decimal): -5805617 or 13592999. OLE color: 13592999.

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

Color convert

RGB 167 105 207 -
CMYK 0.19 0.49 0 0.19
HSL 276.47º 0.52% 0.61% -
HSV(B) 276.47º 0.49% 0.81% -
XYZ 32.25 22.82 61.74 -
YUV 135.17 168.54 150.71 -
System Red Green Blue C M Y K H S L
Decimal 167 105 207 0.19 0.49 0 0.19 276.47 0.52 0.61
Hex A7 69 CF 13 31 0 13 114 34 3D
Octal 247 151 317 23 61 0 23 424 64 75
Binary 10100111 1101001 11001111 10011 110001 0 10011 100010100 110100 111101

Color Harmonies of #A769CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A769CF

Black with #A769CF

Text Example


Text Example

White with #A769CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A769CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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