Html Css Color HEX #AF22AF Dark Orchid

📋 copy color: '#AF22AF'

red 175 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #AF22AF

Tints of Dark Orchid #AF22AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.57%

R = 45.57%
G = 8.85%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AF22AF (or 0xAF22AF) is known color: Dark Orchid. HEX triplet: AF, 22 and AF. RGB value is (175,34,175). Sum of RGB (Red+Green+Blue) = 175+34+175=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 34 (13.67% from 255 or 8.85% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AF22AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF22AF is #50DD50. Grayscale: #5B5B5B. Windows color (decimal): -5299537 or 11477679. OLE color: 11477679.

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

Color convert

RGB 175 34 175 -
CMYK 0 0.81 0 0.31
HSL 300º 0.67% 0.41% -
HSV(B) 300º 0.81% 0.69% -
XYZ 25.99 13.35 41.77 -
YUV 92.23 174.71 187.04 -
System Red Green Blue C M Y K H S L
Decimal 175 34 175 0 0.81 0 0.31 300 0.67 0.41
Hex AF 22 AF 0 51 0 1F 12C 43 29
Octal 257 42 257 0 121 0 37 454 103 51
Binary 10101111 100010 10101111 0 1010001 0 11111 100101100 1000011 101001

Color Harmonies of #AF22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF22AF

Black with #AF22AF

Text Example


Text Example

White with #AF22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF22AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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