Html Css Color HEX #AF6DCF Amethyst

📋 copy color: '#AF6DCF'

red 175 ◦ green 109 ◦ blue 207

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

Shades of Amethyst #AF6DCF

Tints of Amethyst #AF6DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.16%

R = 35.64%
G = 22.2%
B = 42.16%

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

#AF6DCF (or 0xAF6DCF) is known color: Amethyst. HEX triplet: AF, 6D and CF. RGB value is (175,109,207). Sum of RGB (Red+Green+Blue) = 175+109+207=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF6DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DCF is #509230. Grayscale: #8B8B8B. Windows color (decimal): -5280305 or 13594031. OLE color: 13594031.

HSL color Cylindrical-coordinate representation of color #AF6DCF: hue angle of 280.41º degrees, saturation: 0.51, 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 #AF6DCF is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 109 207 -
CMYK 0.15 0.47 0 0.19
HSL 280.41º 0.51% 0.62% -
HSV(B) 280.41º 0.47% 0.81% -
XYZ 34.41 24.56 61.96 -
YUV 139.91 165.87 153.03 -
System Red Green Blue C M Y K H S L
Decimal 175 109 207 0.15 0.47 0 0.19 280.41 0.51 0.62
Hex AF 6D CF F 2F 0 13 118 33 3E
Octal 257 155 317 17 57 0 23 430 63 76
Binary 10101111 1101101 11001111 1111 101111 0 10011 100011000 110011 111110

Color Harmonies of #AF6DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DCF

Black with #AF6DCF

Text Example


Text Example

White with #AF6DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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