Html Css Color HEX #A327AC Dark Orchid

📋 copy color: '#A327AC'

red 163 ◦ green 39 ◦ blue 172

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

Shades of Dark Orchid #A327AC

Tints of Dark Orchid #A327AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.43%

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

R = 43.58%
G = 10.43%
B = 45.99%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A327AC (or 0xA327AC) is known color: Dark Orchid. HEX triplet: A3, 27 and AC. RGB value is (163,39,172). Sum of RGB (Red+Green+Blue) = 163+39+172=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A327AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A327AC is #5CD853. Grayscale: #5A5A5A. Windows color (decimal): -6084692 or 11282339. OLE color: 11282339.

HSL color Cylindrical-coordinate representation of color #A327AC: hue angle of 295.94º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A327AC is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 39 172 -
CMYK 0.05 0.77 0 0.33
HSL 295.94º 0.63% 0.41% -
HSV(B) 295.94º 0.77% 0.67% -
XYZ 23.28 12.22 40.16 -
YUV 91.24 173.58 179.19 -
System Red Green Blue C M Y K H S L
Decimal 163 39 172 0.05 0.77 0 0.33 295.94 0.63 0.41
Hex A3 27 AC 5 4D 0 21 128 3F 29
Octal 243 47 254 5 115 0 41 450 77 51
Binary 10100011 100111 10101100 101 1001101 0 100001 100101000 111111 101001

Color Harmonies of #A327AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A327AC

Black with #A327AC

Text Example


Text Example

White with #A327AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A327AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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