Html Css Color HEX #AF21AC Dark Orchid

📋 copy color: '#AF21AC'

red 175 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #AF21AC

Tints of Dark Orchid #AF21AC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.68%

 BLUE value IS 172 (67.58% from 255) = 45.26%

R = 46.05%
G = 8.68%
B = 45.26%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF21AC (or 0xAF21AC) is known color: Dark Orchid. HEX triplet: AF, 21 and AC. RGB value is (175,33,172). Sum of RGB (Red+Green+Blue) = 175+33+172=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 33 (13.28% from 255 or 8.68% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF21AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF21AC is #50DE53. Grayscale: #5A5A5A. Windows color (decimal): -5299796 or 11280815. OLE color: 11280815.

HSL color Cylindrical-coordinate representation of color #AF21AC: hue angle of 301.27º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF21AC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 33 172 -
CMYK 0 0.81 0.02 0.31
HSL 301.27º 0.68% 0.41% -
HSV(B) 301.27º 0.81% 0.69% -
XYZ 25.67 13.18 40.22 -
YUV 91.3 173.54 187.7 -
System Red Green Blue C M Y K H S L
Decimal 175 33 172 0 0.81 0.02 0.31 301.27 0.68 0.41
Hex AF 21 AC 0 51 2 1F 12D 44 29
Octal 257 41 254 0 121 2 37 455 104 51
Binary 10101111 100001 10101100 0 1010001 10 11111 100101101 1000100 101001

Color Harmonies of #AF21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF21AC

Black with #AF21AC

Text Example


Text Example

White with #AF21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF21AC; }

 p { color: rgb(175,33,172); }

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

background-color css

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

 a { background-color: rgb(175,33,172); }

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

border-color css

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

 span { border-color: rgb(175,33,172); }

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