Html Css Color HEX #AF75D8 Amethyst

📋 copy color: '#AF75D8'

red 175 ◦ green 117 ◦ blue 216

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

Shades of Amethyst #AF75D8

Tints of Amethyst #AF75D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 34.45%
G = 23.03%
B = 42.52%

CMYK

 C value IS 0.19

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF75D8 (or 0xAF75D8) is known color: Amethyst. HEX triplet: AF, 75 and D8. RGB value is (175,117,216). Sum of RGB (Red+Green+Blue) = 175+117+216=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF75D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF75D8 is #508A27. Grayscale: #919191. Windows color (decimal): -5278248 or 14185903. OLE color: 14185903.

HSL color Cylindrical-coordinate representation of color #AF75D8: hue angle of 275.15º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF75D8 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 117 216 -
CMYK 0.19 0.46 0 0.15
HSL 275.15º 0.56% 0.65% -
HSV(B) 275.15º 0.46% 0.85% -
XYZ 36.44 26.79 68.22 -
YUV 145.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 175 117 216 0.19 0.46 0 0.15 275.15 0.56 0.65
Hex AF 75 D8 13 2E 0 F 113 38 41
Octal 257 165 330 23 56 0 17 423 70 101
Binary 10101111 1110101 11011000 10011 101110 0 1111 100010011 111000 1000001

Color Harmonies of #AF75D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF75D8

Black with #AF75D8

Text Example


Text Example

White with #AF75D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF75D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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