Html Css Color HEX #AF70CE Amethyst

📋 copy color: '#AF70CE'

red 175 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #AF70CE

Tints of Amethyst #AF70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.78%

R = 35.5%
G = 22.72%
B = 41.78%

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

#AF70CE (or 0xAF70CE) is known color: Amethyst. HEX triplet: AF, 70 and CE. RGB value is (175,112,206). Sum of RGB (Red+Green+Blue) = 175+112+206=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 112 (44.14% from 255 or 22.72% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CE is #508F31. Grayscale: #8D8D8D. Windows color (decimal): -5279538 or 13529263. OLE color: 13529263.

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

Color convert

RGB 175 112 206 -
CMYK 0.15 0.46 0 0.19
HSL 280.21º 0.49% 0.62% -
HSV(B) 280.21º 0.46% 0.81% -
XYZ 34.61 25.16 61.42 -
YUV 141.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 175 112 206 0.15 0.46 0 0.19 280.21 0.49 0.62
Hex AF 70 CE F 2E 0 13 118 31 3E
Octal 257 160 316 17 56 0 23 430 61 76
Binary 10101111 1110000 11001110 1111 101110 0 10011 100011000 110001 111110

Color Harmonies of #AF70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70CE

Black with #AF70CE

Text Example


Text Example

White with #AF70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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