Html Css Color HEX #AF75CE Amethyst

📋 copy color: '#AF75CE'

red 175 ◦ green 117 ◦ blue 206

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

Shades of Amethyst #AF75CE

Tints of Amethyst #AF75CE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.49%

 BLUE value IS 206 (80.86% from 255) = 41.37%

R = 35.14%
G = 23.49%
B = 41.37%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF75CE (or 0xAF75CE) is known color: Amethyst. HEX triplet: AF, 75 and CE. RGB value is (175,117,206). Sum of RGB (Red+Green+Blue) = 175+117+206=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF75CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75CE is #508A31. Grayscale: #909090. Windows color (decimal): -5278258 or 13530543. OLE color: 13530543.

HSL color Cylindrical-coordinate representation of color #AF75CE: hue angle of 279.1º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF75CE is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 117 206 -
CMYK 0.15 0.43 0 0.19
HSL 279.1º 0.48% 0.63% -
HSV(B) 279.1º 0.43% 0.81% -
XYZ 35.18 26.29 61.61 -
YUV 144.49 162.72 149.76 -
System Red Green Blue C M Y K H S L
Decimal 175 117 206 0.15 0.43 0 0.19 279.1 0.48 0.63
Hex AF 75 CE F 2B 0 13 117 30 3F
Octal 257 165 316 17 53 0 23 427 60 77
Binary 10101111 1110101 11001110 1111 101011 0 10011 100010111 110000 111111

Color Harmonies of #AF75CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75CE

Black with #AF75CE

Text Example


Text Example

White with #AF75CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75CE; }

 p { color: rgb(175,117,206); }

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

background-color css

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

 a { background-color: rgb(175,117,206); }

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

border-color css

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

 span { border-color: rgb(175,117,206); }

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