Html Css Color HEX #AF6CDE Amethyst

📋 copy color: '#AF6CDE'

red 175 ◦ green 108 ◦ blue 222

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

Shades of Amethyst #AF6CDE

Tints of Amethyst #AF6CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 222 (87.11% from 255) = 43.96%

R = 34.65%
G = 21.39%
B = 43.96%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF6CDE (or 0xAF6CDE) is known color: Amethyst. HEX triplet: AF, 6C and DE. RGB value is (175,108,222). Sum of RGB (Red+Green+Blue) = 175+108+222=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF6CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6CDE is #509321. Grayscale: #8C8C8C. Windows color (decimal): -5280546 or 14576815. OLE color: 14576815.

HSL color Cylindrical-coordinate representation of color #AF6CDE: hue angle of 275.26º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6CDE is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 108 222 -
CMYK 0.21 0.51 0 0.13
HSL 275.26º 0.63% 0.65% -
HSV(B) 275.26º 0.51% 0.87% -
XYZ 36.23 25.11 72.05 -
YUV 141.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 175 108 222 0.21 0.51 0 0.13 275.26 0.63 0.65
Hex AF 6C DE 15 33 0 D 113 3F 41
Octal 257 154 336 25 63 0 15 423 77 101
Binary 10101111 1101100 11011110 10101 110011 0 1101 100010011 111111 1000001

Color Harmonies of #AF6CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6CDE

Black with #AF6CDE

Text Example


Text Example

White with #AF6CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6CDE; }

 p { color: rgb(175,108,222); }

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

background-color css

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

 a { background-color: rgb(175,108,222); }

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

border-color css

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

 span { border-color: rgb(175,108,222); }

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