Html Css Color HEX #AF7ADA Amethyst

📋 copy color: '#AF7ADA'

red 175 ◦ green 122 ◦ blue 218

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

Shades of Amethyst #AF7ADA

Tints of Amethyst #AF7ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.33%

R = 33.98%
G = 23.69%
B = 42.33%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF7ADA (or 0xAF7ADA) is known color: Amethyst. HEX triplet: AF, 7A and DA. RGB value is (175,122,218). Sum of RGB (Red+Green+Blue) = 175+122+218=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 122 (48.05% from 255 or 23.69% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF7ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7ADA is #508525. Grayscale: #949494. Windows color (decimal): -5276966 or 14318255. OLE color: 14318255.

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

Color convert

RGB 175 122 218 -
CMYK 0.20 0.44 0 0.15
HSL 273.13º 0.56% 0.67% -
HSV(B) 273.13º 0.44% 0.85% -
XYZ 37.29 28.09 69.79 -
YUV 148.79 167.06 146.69 -
System Red Green Blue C M Y K H S L
Decimal 175 122 218 0.20 0.44 0 0.15 273.13 0.56 0.67
Hex AF 7A DA 14 2C 0 F 111 38 43
Octal 257 172 332 24 54 0 17 421 70 103
Binary 10101111 1111010 11011010 10100 101100 0 1111 100010001 111000 1000011

Color Harmonies of #AF7ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7ADA

Black with #AF7ADA

Text Example


Text Example

White with #AF7ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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