Html Css Color HEX #AF70E4 Amethyst

📋 copy color: '#AF70E4'

red 175 ◦ green 112 ◦ blue 228

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

Shades of Amethyst #AF70E4

Tints of Amethyst #AF70E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 44.27%

R = 33.98%
G = 21.75%
B = 44.27%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AF70E4 (or 0xAF70E4) is known color: Amethyst. HEX triplet: AF, 70 and E4. RGB value is (175,112,228). Sum of RGB (Red+Green+Blue) = 175+112+228=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 228 (89.45% from 255 or 44.27% from 515); Max value from RGB is 228 - color contains mainly: blue. Hex color #AF70E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70E4 is #508F1B. Grayscale: #8F8F8F. Windows color (decimal): -5279516 or 14971055. OLE color: 14971055.

HSL color Cylindrical-coordinate representation of color #AF70E4: hue angle of 272.59º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF70E4 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 112 228 -
CMYK 0.23 0.51 0 0.11
HSL 272.59º 0.68% 0.67% -
HSV(B) 272.59º 0.51% 0.89% -
XYZ 37.48 26.3 76.5 -
YUV 144.06 175.37 150.07 -
System Red Green Blue C M Y K H S L
Decimal 175 112 228 0.23 0.51 0 0.11 272.59 0.68 0.67
Hex AF 70 E4 17 33 0 B 111 44 43
Octal 257 160 344 27 63 0 13 421 104 103
Binary 10101111 1110000 11100100 10111 110011 0 1011 100010001 1000100 1000011

Color Harmonies of #AF70E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70E4

Black with #AF70E4

Text Example


Text Example

White with #AF70E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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