Html Css Color HEX #AC23CF Dark Orchid

📋 copy color: '#AC23CF'

red 172 ◦ green 35 ◦ blue 207

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

Shades of Dark Orchid #AC23CF

Tints of Dark Orchid #AC23CF

RGB

 RED value IS 172 (67.58% from 255) = 41.55%

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

 BLUE value IS 207 (81.25% from 255) = 50%

R = 41.55%
G = 8.45%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC23CF (or 0xAC23CF) is known color: Dark Orchid. HEX triplet: AC, 23 and CF. RGB value is (172,35,207). Sum of RGB (Red+Green+Blue) = 172+35+207=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC23CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC23CF is #53DC30. Grayscale: #5F5F5F. Windows color (decimal): -5495857 or 13575084. OLE color: 13575084.

HSL color Cylindrical-coordinate representation of color #AC23CF: hue angle of 287.79º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC23CF is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 35 207 -
CMYK 0.17 0.83 0 0.19
HSL 287.79º 0.71% 0.47% -
HSV(B) 287.79º 0.83% 0.81% -
XYZ 28.88 14.48 60.3 -
YUV 95.57 190.89 182.51 -
System Red Green Blue C M Y K H S L
Decimal 172 35 207 0.17 0.83 0 0.19 287.79 0.71 0.47
Hex AC 23 CF 11 53 0 13 120 47 2F
Octal 254 43 317 21 123 0 23 440 107 57
Binary 10101100 100011 11001111 10001 1010011 0 10011 100100000 1000111 101111

Color Harmonies of #AC23CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC23CF

Black with #AC23CF

Text Example


Text Example

White with #AC23CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC23CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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