Html Css Color HEX #AF7ADB Amethyst

📋 copy color: '#AF7ADB'

red 175 ◦ green 122 ◦ blue 219

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

Shades of Amethyst #AF7ADB

Tints of Amethyst #AF7ADB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 23.64%

 BLUE value IS 219 (85.94% from 255) = 42.44%

R = 33.91%
G = 23.64%
B = 42.44%

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

#AF7ADB (or 0xAF7ADB) is known color: Amethyst. HEX triplet: AF, 7A and DB. RGB value is (175,122,219). Sum of RGB (Red+Green+Blue) = 175+122+219=516 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.91% from 516); Green value is 122 (48.05% from 255 or 23.64% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF7ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ADB is #508524. Grayscale: #949494. Windows color (decimal): -5276965 or 14383791. OLE color: 14383791.

HSL color Cylindrical-coordinate representation of color #AF7ADB: hue angle of 272.78º degrees, saturation: 0.57, 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 #AF7ADB is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 175 122 219 -
CMYK 0.20 0.44 0 0.14
HSL 272.78º 0.57% 0.67% -
HSV(B) 272.78º 0.44% 0.86% -
XYZ 37.42 28.15 70.48 -
YUV 148.91 167.56 146.61 -
System Red Green Blue C M Y K H S L
Decimal 175 122 219 0.20 0.44 0 0.14 272.78 0.57 0.67
Hex AF 7A DB 14 2C 0 E 111 39 43
Octal 257 172 333 24 54 0 16 421 71 103
Binary 10101111 1111010 11011011 10100 101100 0 1110 100010001 111001 1000011

Color Harmonies of #AF7ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ADB

Black with #AF7ADB

Text Example


Text Example

White with #AF7ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ADB; }

 p { color: rgb(175,122,219); }

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

background-color css

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

 a { background-color: rgb(175,122,219); }

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

border-color css

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

 span { border-color: rgb(175,122,219); }

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