Html Css Color HEX #AF70CA Amethyst

📋 copy color: '#AF70CA'

red 175 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #AF70CA

Tints of Amethyst #AF70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.31%

R = 35.79%
G = 22.9%
B = 41.31%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AF70CA (or 0xAF70CA) is known color: Amethyst. HEX triplet: AF, 70 and CA. RGB value is (175,112,202). Sum of RGB (Red+Green+Blue) = 175+112+202=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70CA is #508F35. Grayscale: #8C8C8C. Windows color (decimal): -5279542 or 13267119. OLE color: 13267119.

HSL color Cylindrical-coordinate representation of color #AF70CA: hue angle of 282º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AF70CA is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 112 202 -
CMYK 0.13 0.45 0 0.21
HSL 282º 0.46% 0.62% -
HSV(B) 282º 0.45% 0.79% -
XYZ 34.13 24.97 58.9 -
YUV 141.1 162.37 152.18 -
System Red Green Blue C M Y K H S L
Decimal 175 112 202 0.13 0.45 0 0.21 282 0.46 0.62
Hex AF 70 CA D 2D 0 15 11A 2E 3E
Octal 257 160 312 15 55 0 25 432 56 76
Binary 10101111 1110000 11001010 1101 101101 0 10101 100011010 101110 111110

Color Harmonies of #AF70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70CA

Black with #AF70CA

Text Example


Text Example

White with #AF70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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