Html Css Color HEX #AF75D5 Amethyst

📋 copy color: '#AF75D5'

red 175 ◦ green 117 ◦ blue 213

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

Shades of Amethyst #AF75D5

Tints of Amethyst #AF75D5

RGB

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

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

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

R = 34.65%
G = 23.17%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF75D5 (or 0xAF75D5) is known color: Amethyst. HEX triplet: AF, 75 and D5. RGB value is (175,117,213). Sum of RGB (Red+Green+Blue) = 175+117+213=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 117 (46.09% from 255 or 23.17% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #AF75D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75D5 is #508A2A. Grayscale: #909090. Windows color (decimal): -5278251 or 13989295. OLE color: 13989295.

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

Color convert

RGB 175 117 213 -
CMYK 0.18 0.45 0 0.16
HSL 276.25º 0.53% 0.65% -
HSV(B) 276.25º 0.45% 0.84% -
XYZ 36.05 26.64 66.19 -
YUV 145.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 175 117 213 0.18 0.45 0 0.16 276.25 0.53 0.65
Hex AF 75 D5 12 2D 0 10 114 35 41
Octal 257 165 325 22 55 0 20 424 65 101
Binary 10101111 1110101 11010101 10010 101101 0 10000 100010100 110101 1000001

Color Harmonies of #AF75D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75D5

Black with #AF75D5

Text Example


Text Example

White with #AF75D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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