Html Css Color HEX #AF75DD Amethyst

📋 copy color: '#AF75DD'

red 175 ◦ green 117 ◦ blue 221

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

Shades of Amethyst #AF75DD

Tints of Amethyst #AF75DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 34.11%
G = 22.81%
B = 43.08%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF75DD (or 0xAF75DD) is known color: Amethyst. HEX triplet: AF, 75 and DD. RGB value is (175,117,221). Sum of RGB (Red+Green+Blue) = 175+117+221=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF75DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75DD is #508A22. Grayscale: #919191. Windows color (decimal): -5278243 or 14513583. OLE color: 14513583.

HSL color Cylindrical-coordinate representation of color #AF75DD: hue angle of 273.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF75DD is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 117 221 -
CMYK 0.21 0.47 0 0.13
HSL 273.46º 0.6% 0.66% -
HSV(B) 273.46º 0.47% 0.87% -
XYZ 37.09 27.06 71.67 -
YUV 146.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 175 117 221 0.21 0.47 0 0.13 273.46 0.6 0.66
Hex AF 75 DD 15 2F 0 D 111 3C 42
Octal 257 165 335 25 57 0 15 421 74 102
Binary 10101111 1110101 11011101 10101 101111 0 1101 100010001 111100 1000010

Color Harmonies of #AF75DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75DD

Black with #AF75DD

Text Example


Text Example

White with #AF75DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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