Html Css Color HEX #AF22AC Dark Orchid

📋 copy color: '#AF22AC'

red 175 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #AF22AC

Tints of Dark Orchid #AF22AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.92%

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

R = 45.93%
G = 8.92%
B = 45.14%

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

#AF22AC (or 0xAF22AC) is known color: Dark Orchid. HEX triplet: AF, 22 and AC. RGB value is (175,34,172). Sum of RGB (Red+Green+Blue) = 175+34+172=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 34 (13.67% from 255 or 8.92% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF22AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF22AC is #50DD53. Grayscale: #5B5B5B. Windows color (decimal): -5299540 or 11281071. OLE color: 11281071.

HSL color Cylindrical-coordinate representation of color #AF22AC: hue angle of 301.28º degrees, saturation: 0.67, 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 #AF22AC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 172 -
CMYK 0 0.81 0.02 0.31
HSL 301.28º 0.67% 0.41% -
HSV(B) 301.28º 0.81% 0.69% -
XYZ 25.7 13.24 40.23 -
YUV 91.89 173.21 187.28 -
System Red Green Blue C M Y K H S L
Decimal 175 34 172 0 0.81 0.02 0.31 301.28 0.67 0.41
Hex AF 22 AC 0 51 2 1F 12D 43 29
Octal 257 42 254 0 121 2 37 455 103 51
Binary 10101111 100010 10101100 0 1010001 10 11111 100101101 1000011 101001

Color Harmonies of #AF22AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22AC

Black with #AF22AC

Text Example


Text Example

White with #AF22AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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