Html Css Color HEX #AF6ECD Amethyst

📋 copy color: '#AF6ECD'

red 175 ◦ green 110 ◦ blue 205

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

Shades of Amethyst #AF6ECD

Tints of Amethyst #AF6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

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

R = 35.71%
G = 22.45%
B = 41.84%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF6ECD (or 0xAF6ECD) is known color: Amethyst. HEX triplet: AF, 6E and CD. RGB value is (175,110,205). Sum of RGB (Red+Green+Blue) = 175+110+205=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF6ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ECD is #509132. Grayscale: #8B8B8B. Windows color (decimal): -5280051 or 13463215. OLE color: 13463215.

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

Color convert

RGB 175 110 205 -
CMYK 0.15 0.46 0 0.20
HSL 281.05º 0.49% 0.62% -
HSV(B) 281.05º 0.46% 0.8% -
XYZ 34.27 24.67 60.71 -
YUV 140.27 164.53 152.78 -
System Red Green Blue C M Y K H S L
Decimal 175 110 205 0.15 0.46 0 0.20 281.05 0.49 0.62
Hex AF 6E CD F 2E 0 14 119 31 3E
Octal 257 156 315 17 56 0 24 431 61 76
Binary 10101111 1101110 11001101 1111 101110 0 10100 100011001 110001 111110

Color Harmonies of #AF6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6ECD

Black with #AF6ECD

Text Example


Text Example

White with #AF6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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