Html Css Color HEX #AF6DCC Amethyst

📋 copy color: '#AF6DCC'

red 175 ◦ green 109 ◦ blue 204

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

Shades of Amethyst #AF6DCC

Tints of Amethyst #AF6DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.8%

R = 35.86%
G = 22.34%
B = 41.8%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF6DCC (or 0xAF6DCC) is known color: Amethyst. HEX triplet: AF, 6D and CC. RGB value is (175,109,204). Sum of RGB (Red+Green+Blue) = 175+109+204=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF6DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DCC is #509233. Grayscale: #8B8B8B. Windows color (decimal): -5280308 or 13397423. OLE color: 13397423.

HSL color Cylindrical-coordinate representation of color #AF6DCC: hue angle of 281.68º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF6DCC is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 109 204 -
CMYK 0.14 0.47 0 0.2
HSL 281.68º 0.48% 0.61% -
HSV(B) 281.68º 0.47% 0.8% -
XYZ 34.05 24.41 60.04 -
YUV 139.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 175 109 204 0.14 0.47 0 0.2 281.68 0.48 0.61
Hex AF 6D CC E 2F 0 14 11A 30 3D
Octal 257 155 314 16 57 0 24 432 60 75
Binary 10101111 1101101 11001100 1110 101111 0 10100 100011010 110000 111101

Color Harmonies of #AF6DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6DCC

Black with #AF6DCC

Text Example


Text Example

White with #AF6DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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