Html Css Color HEX #AF6DCE Amethyst

📋 copy color: '#AF6DCE'

red 175 ◦ green 109 ◦ blue 206

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

Shades of Amethyst #AF6DCE

Tints of Amethyst #AF6DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 35.71%
G = 22.24%
B = 42.04%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF6DCE (or 0xAF6DCE) is known color: Amethyst. HEX triplet: AF, 6D and CE. RGB value is (175,109,206). Sum of RGB (Red+Green+Blue) = 175+109+206=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF6DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DCE is #509231. Grayscale: #8B8B8B. Windows color (decimal): -5280306 or 13528495. OLE color: 13528495.

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

Color convert

RGB 175 109 206 -
CMYK 0.15 0.47 0 0.19
HSL 280.82º 0.5% 0.62% -
HSV(B) 280.82º 0.47% 0.81% -
XYZ 34.29 24.51 61.32 -
YUV 139.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 175 109 206 0.15 0.47 0 0.19 280.82 0.5 0.62
Hex AF 6D CE F 2F 0 13 119 32 3E
Octal 257 155 316 17 57 0 23 431 62 76
Binary 10101111 1101101 11001110 1111 101111 0 10011 100011001 110010 111110

Color Harmonies of #AF6DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DCE

Black with #AF6DCE

Text Example


Text Example

White with #AF6DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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