Html Css Color HEX #AF6DD7 Amethyst

📋 copy color: '#AF6DD7'

red 175 ◦ green 109 ◦ blue 215

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

Shades of Amethyst #AF6DD7

Tints of Amethyst #AF6DD7

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.84%

 BLUE value IS 215 (84.38% from 255) = 43.09%

R = 35.07%
G = 21.84%
B = 43.09%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AF6DD7 (or 0xAF6DD7) is known color: Amethyst. HEX triplet: AF, 6D and D7. RGB value is (175,109,215). Sum of RGB (Red+Green+Blue) = 175+109+215=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 215 (84.38% from 255 or 43.09% from 499); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF6DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DD7 is #509228. Grayscale: #8C8C8C. Windows color (decimal): -5280297 or 14118319. OLE color: 14118319.

HSL color Cylindrical-coordinate representation of color #AF6DD7: hue angle of 277.36º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF6DD7 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 175 109 215 -
CMYK 0.19 0.49 0 0.16
HSL 277.36º 0.57% 0.64% -
HSV(B) 277.36º 0.49% 0.84% -
XYZ 35.41 24.96 67.24 -
YUV 140.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 175 109 215 0.19 0.49 0 0.16 277.36 0.57 0.64
Hex AF 6D D7 13 31 0 10 115 39 40
Octal 257 155 327 23 61 0 20 425 71 100
Binary 10101111 1101101 11010111 10011 110001 0 10000 100010101 111001 1000000

Color Harmonies of #AF6DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DD7

Black with #AF6DD7

Text Example


Text Example

White with #AF6DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DD7; }

 p { color: rgb(175,109,215); }

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

background-color css

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

 a { background-color: rgb(175,109,215); }

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

border-color css

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

 span { border-color: rgb(175,109,215); }

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