Html Css Color HEX #A023AC Dark Orchid

📋 copy color: '#A023AC'

red 160 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #A023AC

Tints of Dark Orchid #A023AC

RGB

 RED value IS 160 (62.89% from 255) = 43.6%

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

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

R = 43.6%
G = 9.54%
B = 46.87%

CMYK

 C value IS 0.07

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A023AC (or 0xA023AC) is known color: Dark Orchid. HEX triplet: A0, 23 and AC. RGB value is (160,35,172). Sum of RGB (Red+Green+Blue) = 160+35+172=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A023AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A023AC is #5FDC53. Grayscale: #575757. Windows color (decimal): -6282324 or 11281312. OLE color: 11281312.

HSL color Cylindrical-coordinate representation of color #A023AC: hue angle of 294.74º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A023AC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 35 172 -
CMYK 0.07 0.80 0 0.33
HSL 294.74º 0.66% 0.41% -
HSV(B) 294.74º 0.8% 0.67% -
XYZ 22.54 11.65 40.09 -
YUV 87.99 175.41 179.36 -
System Red Green Blue C M Y K H S L
Decimal 160 35 172 0.07 0.80 0 0.33 294.74 0.66 0.41
Hex A0 23 AC 7 50 0 21 127 42 29
Octal 240 43 254 7 120 0 41 447 102 51
Binary 10100000 100011 10101100 111 1010000 0 100001 100100111 1000010 101001

Color Harmonies of #A023AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A023AC

Black with #A023AC

Text Example


Text Example

White with #A023AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A023AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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