Html Css Color HEX #A337AC Dark Orchid

📋 copy color: '#A337AC'

red 163 ◦ green 55 ◦ blue 172

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

Shades of Dark Orchid #A337AC

Tints of Dark Orchid #A337AC

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.1%

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

R = 41.79%
G = 14.1%
B = 44.1%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A337AC (or 0xA337AC) is known color: Dark Orchid. HEX triplet: A3, 37 and AC. RGB value is (163,55,172). Sum of RGB (Red+Green+Blue) = 163+55+172=390 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.79% from 390); Green value is 55 (21.88% from 255 or 14.10% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #A337AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337AC is #5CC853. Grayscale: #646464. Windows color (decimal): -6080596 or 11286435. OLE color: 11286435.

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

Color convert

RGB 163 55 172 -
CMYK 0.05 0.68 0 0.33
HSL 295.38º 0.52% 0.45% -
HSV(B) 295.38º 0.68% 0.67% -
XYZ 23.92 13.5 40.37 -
YUV 100.63 168.28 172.49 -
System Red Green Blue C M Y K H S L
Decimal 163 55 172 0.05 0.68 0 0.33 295.38 0.52 0.45
Hex A3 37 AC 5 44 0 21 127 34 2D
Octal 243 67 254 5 104 0 41 447 64 55
Binary 10100011 110111 10101100 101 1000100 0 100001 100100111 110100 101101

Color Harmonies of #A337AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A337AC

Black with #A337AC

Text Example


Text Example

White with #A337AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A337AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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