Html Css Color HEX #AF7BDC Amethyst

📋 copy color: '#AF7BDC'

red 175 ◦ green 123 ◦ blue 220

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

Shades of Amethyst #AF7BDC

Tints of Amethyst #AF7BDC

RGB

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

 GREEN value IS 123 (48.44% from 255) = 23.75%

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

R = 33.78%
G = 23.75%
B = 42.47%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF7BDC (or 0xAF7BDC) is known color: Amethyst. HEX triplet: AF, 7B and DC. RGB value is (175,123,220). Sum of RGB (Red+Green+Blue) = 175+123+220=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 123 (48.44% from 255 or 23.75% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF7BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BDC is #508423. Grayscale: #959595. Windows color (decimal): -5276708 or 14449583. OLE color: 14449583.

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

Color convert

RGB 175 123 220 -
CMYK 0.20 0.44 0 0.14
HSL 272.16º 0.58% 0.67% -
HSV(B) 272.16º 0.44% 0.86% -
XYZ 37.68 28.45 71.22 -
YUV 149.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 175 123 220 0.20 0.44 0 0.14 272.16 0.58 0.67
Hex AF 7B DC 14 2C 0 E 110 3A 43
Octal 257 173 334 24 54 0 16 420 72 103
Binary 10101111 1111011 11011100 10100 101100 0 1110 100010000 111010 1000011

Color Harmonies of #AF7BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BDC

Black with #AF7BDC

Text Example


Text Example

White with #AF7BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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