Html Css Color HEX #AF70CC Amethyst

📋 copy color: '#AF70CC'

red 175 ◦ green 112 ◦ blue 204

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

Shades of Amethyst #AF70CC

Tints of Amethyst #AF70CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 35.64%
G = 22.81%
B = 41.55%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AF70CC (or 0xAF70CC) is known color: Amethyst. HEX triplet: AF, 70 and CC. RGB value is (175,112,204). Sum of RGB (Red+Green+Blue) = 175+112+204=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #AF70CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CC is #508F33. Grayscale: #8D8D8D. Windows color (decimal): -5279540 or 13398191. OLE color: 13398191.

HSL color Cylindrical-coordinate representation of color #AF70CC: hue angle of 281.09º degrees, saturation: 0.47, 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 #AF70CC is Cyan = 0.14, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 112 204 -
CMYK 0.14 0.45 0 0.2
HSL 281.09º 0.47% 0.62% -
HSV(B) 281.09º 0.45% 0.8% -
XYZ 34.37 25.06 60.15 -
YUV 141.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 175 112 204 0.14 0.45 0 0.2 281.09 0.47 0.62
Hex AF 70 CC E 2D 0 14 119 2F 3E
Octal 257 160 314 16 55 0 24 431 57 76
Binary 10101111 1110000 11001100 1110 101101 0 10100 100011001 101111 111110

Color Harmonies of #AF70CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70CC

Black with #AF70CC

Text Example


Text Example

White with #AF70CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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