Html Css Color HEX #AF6DCD Amethyst

📋 copy color: '#AF6DCD'

red 175 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #AF6DCD

Tints of Amethyst #AF6DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 35.79%
G = 22.29%
B = 41.92%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF6DCD (or 0xAF6DCD) is known color: Amethyst. HEX triplet: AF, 6D and CD. RGB value is (175,109,205). Sum of RGB (Red+Green+Blue) = 175+109+205=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF6DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DCD is #509232. Grayscale: #8B8B8B. Windows color (decimal): -5280307 or 13462959. OLE color: 13462959.

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

Color convert

RGB 175 109 205 -
CMYK 0.15 0.47 0 0.20
HSL 281.25º 0.49% 0.62% -
HSV(B) 281.25º 0.47% 0.8% -
XYZ 34.17 24.46 60.68 -
YUV 139.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 175 109 205 0.15 0.47 0 0.20 281.25 0.49 0.62
Hex AF 6D CD F 2F 0 14 119 31 3E
Octal 257 155 315 17 57 0 24 431 61 76
Binary 10101111 1101101 11001101 1111 101111 0 10100 100011001 110001 111110

Color Harmonies of #AF6DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DCD

Black with #AF6DCD

Text Example


Text Example

White with #AF6DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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