Html Css Color HEX #AF23AC Dark Orchid

📋 copy color: '#AF23AC'

red 175 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #AF23AC

Tints of Dark Orchid #AF23AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.16%

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

R = 45.81%
G = 9.16%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#AF23AC (or 0xAF23AC) is known color: Dark Orchid. HEX triplet: AF, 23 and AC. RGB value is (175,35,172). Sum of RGB (Red+Green+Blue) = 175+35+172=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 175 - color contains mainly: red. Hex color #AF23AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF23AC is #50DC53. Grayscale: #5C5C5C. Windows color (decimal): -5299284 or 11281327. OLE color: 11281327.

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

Color convert

RGB 175 35 172 -
CMYK 0 0.8 0.02 0.31
HSL 301.29º 0.67% 0.41% -
HSV(B) 301.29º 0.8% 0.69% -
XYZ 25.73 13.29 40.24 -
YUV 92.48 172.88 186.86 -
System Red Green Blue C M Y K H S L
Decimal 175 35 172 0 0.8 0.02 0.31 301.29 0.67 0.41
Hex AF 23 AC 0 50 2 1F 12D 43 29
Octal 257 43 254 0 120 2 37 455 103 51
Binary 10101111 100011 10101100 0 1010000 10 11111 100101101 1000011 101001

Color Harmonies of #AF23AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF23AC

Black with #AF23AC

Text Example


Text Example

White with #AF23AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF23AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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