Html Css Color HEX #AF6FDA Amethyst

📋 copy color: '#AF6FDA'

red 175 ◦ green 111 ◦ blue 218

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

Shades of Amethyst #AF6FDA

Tints of Amethyst #AF6FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.02%

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

R = 34.72%
G = 22.02%
B = 43.25%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF6FDA (or 0xAF6FDA) is known color: Amethyst. HEX triplet: AF, 6F and DA. RGB value is (175,111,218). Sum of RGB (Red+Green+Blue) = 175+111+218=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF6FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FDA is #509025. Grayscale: #8D8D8D. Windows color (decimal): -5279782 or 14315439. OLE color: 14315439.

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

Color convert

RGB 175 111 218 -
CMYK 0.20 0.49 0 0.15
HSL 275.89º 0.59% 0.65% -
HSV(B) 275.89º 0.49% 0.85% -
XYZ 36.02 25.54 69.36 -
YUV 142.33 170.7 151.3 -
System Red Green Blue C M Y K H S L
Decimal 175 111 218 0.20 0.49 0 0.15 275.89 0.59 0.65
Hex AF 6F DA 14 31 0 F 114 3B 41
Octal 257 157 332 24 61 0 17 424 73 101
Binary 10101111 1101111 11011010 10100 110001 0 1111 100010100 111011 1000001

Color Harmonies of #AF6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FDA

Black with #AF6FDA

Text Example


Text Example

White with #AF6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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