Html Css Color HEX #AF70CD Amethyst

📋 copy color: '#AF70CD'

red 175 ◦ green 112 ◦ blue 205

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

Shades of Amethyst #AF70CD

Tints of Amethyst #AF70CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.67%

R = 35.57%
G = 22.76%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AF70CD (or 0xAF70CD) is known color: Amethyst. HEX triplet: AF, 70 and CD. RGB value is (175,112,205). Sum of RGB (Red+Green+Blue) = 175+112+205=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 112 (44.14% from 255 or 22.76% from 492); Blue value is 205 (80.47% from 255 or 41.67% from 492); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF70CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CD is #508F32. Grayscale: #8D8D8D. Windows color (decimal): -5279539 or 13463727. OLE color: 13463727.

HSL color Cylindrical-coordinate representation of color #AF70CD: hue angle of 280.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF70CD is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 112 205 -
CMYK 0.15 0.45 0 0.20
HSL 280.65º 0.48% 0.62% -
HSV(B) 280.65º 0.45% 0.8% -
XYZ 34.49 25.11 60.79 -
YUV 141.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 175 112 205 0.15 0.45 0 0.20 280.65 0.48 0.62
Hex AF 70 CD F 2D 0 14 119 30 3E
Octal 257 160 315 17 55 0 24 431 60 76
Binary 10101111 1110000 11001101 1111 101101 0 10100 100011001 110000 111110

Color Harmonies of #AF70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70CD

Black with #AF70CD

Text Example


Text Example

White with #AF70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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