Html Css Color HEX #AF71DA Amethyst

📋 copy color: '#AF71DA'

red 175 ◦ green 113 ◦ blue 218

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

Shades of Amethyst #AF71DA

Tints of Amethyst #AF71DA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.33%

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 34.58%
G = 22.33%
B = 43.08%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF71DA (or 0xAF71DA) is known color: Amethyst. HEX triplet: AF, 71 and DA. RGB value is (175,113,218). Sum of RGB (Red+Green+Blue) = 175+113+218=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF71DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71DA is #508E25. Grayscale: #8F8F8F. Windows color (decimal): -5279270 or 14315951. OLE color: 14315951.

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

Color convert

RGB 175 113 218 -
CMYK 0.20 0.48 0 0.15
HSL 275.43º 0.59% 0.65% -
HSV(B) 275.43º 0.48% 0.85% -
XYZ 36.24 25.99 69.44 -
YUV 143.51 170.04 150.46 -
System Red Green Blue C M Y K H S L
Decimal 175 113 218 0.20 0.48 0 0.15 275.43 0.59 0.65
Hex AF 71 DA 14 30 0 F 113 3B 41
Octal 257 161 332 24 60 0 17 423 73 101
Binary 10101111 1110001 11011010 10100 110000 0 1111 100010011 111011 1000001

Color Harmonies of #AF71DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71DA

Black with #AF71DA

Text Example


Text Example

White with #AF71DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71DA; }

 p { color: rgb(175,113,218); }

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

background-color css

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

 a { background-color: rgb(175,113,218); }

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

border-color css

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

 span { border-color: rgb(175,113,218); }

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