Html Css Color HEX #AF6FCD Amethyst

📋 copy color: '#AF6FCD'

red 175 ◦ green 111 ◦ blue 205

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

Shades of Amethyst #AF6FCD

Tints of Amethyst #AF6FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.61%

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

R = 35.64%
G = 22.61%
B = 41.75%

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

#AF6FCD (or 0xAF6FCD) is known color: Amethyst. HEX triplet: AF, 6F and CD. RGB value is (175,111,205). Sum of RGB (Red+Green+Blue) = 175+111+205=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 111 (43.75% from 255 or 22.61% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF6FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6FCD is #509032. Grayscale: #8C8C8C. Windows color (decimal): -5279795 or 13463471. OLE color: 13463471.

HSL color Cylindrical-coordinate representation of color #AF6FCD: hue angle of 280.85º degrees, saturation: 0.48, 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 #AF6FCD is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 111 205 -
CMYK 0.15 0.46 0 0.20
HSL 280.85º 0.48% 0.62% -
HSV(B) 280.85º 0.46% 0.8% -
XYZ 34.38 24.89 60.75 -
YUV 140.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 175 111 205 0.15 0.46 0 0.20 280.85 0.48 0.62
Hex AF 6F CD F 2E 0 14 119 30 3E
Octal 257 157 315 17 56 0 24 431 60 76
Binary 10101111 1101111 11001101 1111 101110 0 10100 100011001 110000 111110

Color Harmonies of #AF6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6FCD

Black with #AF6FCD

Text Example


Text Example

White with #AF6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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