Html Css Color HEX #AF70CF Amethyst

📋 copy color: '#AF70CF'

red 175 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #AF70CF

Tints of Amethyst #AF70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 35.43%
G = 22.67%
B = 41.9%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF70CF (or 0xAF70CF) is known color: Amethyst. HEX triplet: AF, 70 and CF. RGB value is (175,112,207). Sum of RGB (Red+Green+Blue) = 175+112+207=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CF is #508F30. Grayscale: #8D8D8D. Windows color (decimal): -5279537 or 13594799. OLE color: 13594799.

HSL color Cylindrical-coordinate representation of color #AF70CF: hue angle of 279.79º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF70CF is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 112 207 -
CMYK 0.15 0.46 0 0.19
HSL 279.79º 0.5% 0.63% -
HSV(B) 279.79º 0.46% 0.81% -
XYZ 34.74 25.21 62.07 -
YUV 141.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 175 112 207 0.15 0.46 0 0.19 279.79 0.5 0.63
Hex AF 70 CF F 2E 0 13 118 32 3F
Octal 257 160 317 17 56 0 23 430 62 77
Binary 10101111 1110000 11001111 1111 101110 0 10011 100011000 110010 111111

Color Harmonies of #AF70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70CF

Black with #AF70CF

Text Example


Text Example

White with #AF70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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