Html Css Color HEX #AF6DDE Amethyst

📋 copy color: '#AF6DDE'

red 175 ◦ green 109 ◦ blue 222

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

Shades of Amethyst #AF6DDE

Tints of Amethyst #AF6DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.87%

R = 34.58%
G = 21.54%
B = 43.87%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6DDE (or 0xAF6DDE) is known color: Amethyst. HEX triplet: AF, 6D and DE. RGB value is (175,109,222). Sum of RGB (Red+Green+Blue) = 175+109+222=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF6DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DDE is #509221. Grayscale: #8D8D8D. Windows color (decimal): -5280290 or 14577071. OLE color: 14577071.

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

Color convert

RGB 175 109 222 -
CMYK 0.21 0.51 0 0.13
HSL 275.04º 0.63% 0.65% -
HSV(B) 275.04º 0.51% 0.87% -
XYZ 36.33 25.33 72.08 -
YUV 141.62 173.37 151.81 -
System Red Green Blue C M Y K H S L
Decimal 175 109 222 0.21 0.51 0 0.13 275.04 0.63 0.65
Hex AF 6D DE 15 33 0 D 113 3F 41
Octal 257 155 336 25 63 0 15 423 77 101
Binary 10101111 1101101 11011110 10101 110011 0 1101 100010011 111111 1000001

Color Harmonies of #AF6DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DDE

Black with #AF6DDE

Text Example


Text Example

White with #AF6DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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