Html Css Color HEX #AF77D5 Amethyst

📋 copy color: '#AF77D5'

red 175 ◦ green 119 ◦ blue 213

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

Shades of Amethyst #AF77D5

Tints of Amethyst #AF77D5

RGB

 RED value IS 175 (68.75% from 255) = 34.52%

 GREEN value IS 119 (46.88% from 255) = 23.47%

 BLUE value IS 213 (83.59% from 255) = 42.01%

R = 34.52%
G = 23.47%
B = 42.01%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF77D5 (or 0xAF77D5) is known color: Amethyst. HEX triplet: AF, 77 and D5. RGB value is (175,119,213). Sum of RGB (Red+Green+Blue) = 175+119+213=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 119 (46.88% from 255 or 23.47% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF77D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77D5 is #50882A. Grayscale: #929292. Windows color (decimal): -5277739 or 13989807. OLE color: 13989807.

HSL color Cylindrical-coordinate representation of color #AF77D5: hue angle of 275.74º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF77D5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 119 213 -
CMYK 0.18 0.44 0 0.16
HSL 275.74º 0.53% 0.65% -
HSV(B) 275.74º 0.44% 0.84% -
XYZ 36.29 27.11 66.27 -
YUV 146.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 175 119 213 0.18 0.44 0 0.16 275.74 0.53 0.65
Hex AF 77 D5 12 2C 0 10 114 35 41
Octal 257 167 325 22 54 0 20 424 65 101
Binary 10101111 1110111 11010101 10010 101100 0 10000 100010100 110101 1000001

Color Harmonies of #AF77D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF77D5

Black with #AF77D5

Text Example


Text Example

White with #AF77D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF77D5; }

 p { color: rgb(175,119,213); }

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

background-color css

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

 a { background-color: rgb(175,119,213); }

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

border-color css

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

 span { border-color: rgb(175,119,213); }

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