Html Css Color HEX #AF6BDC Amethyst

📋 copy color: '#AF6BDC'

red 175 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #AF6BDC

Tints of Amethyst #AF6BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 220 (86.33% from 255) = 43.82%

R = 34.86%
G = 21.31%
B = 43.82%

CMYK

 C value IS 0.20

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF6BDC (or 0xAF6BDC) is known color: Amethyst. HEX triplet: AF, 6B and DC. RGB value is (175,107,220). Sum of RGB (Red+Green+Blue) = 175+107+220=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6BDC is #509423. Grayscale: #8B8B8B. Windows color (decimal): -5280804 or 14445487. OLE color: 14445487.

HSL color Cylindrical-coordinate representation of color #AF6BDC: hue angle of 276.11º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF6BDC is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 107 220 -
CMYK 0.20 0.51 0 0.14
HSL 276.11º 0.62% 0.64% -
HSV(B) 276.11º 0.51% 0.86% -
XYZ 35.86 24.8 70.61 -
YUV 140.21 173.03 152.81 -
System Red Green Blue C M Y K H S L
Decimal 175 107 220 0.20 0.51 0 0.14 276.11 0.62 0.64
Hex AF 6B DC 14 33 0 E 114 3E 40
Octal 257 153 334 24 63 0 16 424 76 100
Binary 10101111 1101011 11011100 10100 110011 0 1110 100010100 111110 1000000

Color Harmonies of #AF6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF6BDC

Black with #AF6BDC

Text Example


Text Example

White with #AF6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF6BDC; }

 p { color: rgb(175,107,220); }

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

background-color css

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

 a { background-color: rgb(175,107,220); }

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

border-color css

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

 span { border-color: rgb(175,107,220); }

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