Html Css Color HEX #AF70DB Amethyst

📋 copy color: '#AF70DB'

red 175 ◦ green 112 ◦ blue 219

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

Shades of Amethyst #AF70DB

Tints of Amethyst #AF70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.13%

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

R = 34.58%
G = 22.13%
B = 43.28%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF70DB (or 0xAF70DB) is known color: Amethyst. HEX triplet: AF, 70 and DB. RGB value is (175,112,219). Sum of RGB (Red+Green+Blue) = 175+112+219=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70DB is #508F24. Grayscale: #8E8E8E. Windows color (decimal): -5279525 or 14381231. OLE color: 14381231.

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

Color convert

RGB 175 112 219 -
CMYK 0.20 0.49 0 0.14
HSL 275.33º 0.6% 0.65% -
HSV(B) 275.33º 0.49% 0.86% -
XYZ 36.26 25.82 70.09 -
YUV 143.04 170.87 150.8 -
System Red Green Blue C M Y K H S L
Decimal 175 112 219 0.20 0.49 0 0.14 275.33 0.6 0.65
Hex AF 70 DB 14 31 0 E 113 3C 41
Octal 257 160 333 24 61 0 16 423 74 101
Binary 10101111 1110000 11011011 10100 110001 0 1110 100010011 111100 1000001

Color Harmonies of #AF70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70DB

Black with #AF70DB

Text Example


Text Example

White with #AF70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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