Html Css Color HEX #A323AC Dark Orchid

📋 copy color: '#A323AC'

red 163 ◦ green 35 ◦ blue 172

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

Shades of Dark Orchid #A323AC

Tints of Dark Orchid #A323AC

RGB

 RED value IS 163 (64.06% from 255) = 44.05%

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

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

R = 44.05%
G = 9.46%
B = 46.49%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A323AC (or 0xA323AC) is known color: Dark Orchid. HEX triplet: A3, 23 and AC. RGB value is (163,35,172). Sum of RGB (Red+Green+Blue) = 163+35+172=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #A323AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A323AC is #5CDC53. Grayscale: #585858. Windows color (decimal): -6085716 or 11281315. OLE color: 11281315.

HSL color Cylindrical-coordinate representation of color #A323AC: hue angle of 296.06º 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 #A323AC is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 35 172 -
CMYK 0.05 0.80 0 0.33
HSL 296.06º 0.66% 0.41% -
HSV(B) 296.06º 0.8% 0.67% -
XYZ 23.15 11.97 40.12 -
YUV 88.89 174.91 180.86 -
System Red Green Blue C M Y K H S L
Decimal 163 35 172 0.05 0.80 0 0.33 296.06 0.66 0.41
Hex A3 23 AC 5 50 0 21 128 42 29
Octal 243 43 254 5 120 0 41 450 102 51
Binary 10100011 100011 10101100 101 1010000 0 100001 100101000 1000010 101001

Color Harmonies of #A323AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323AC

Black with #A323AC

Text Example


Text Example

White with #A323AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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