Html Css Color HEX #A134AC Dark Orchid

📋 copy color: '#A134AC'

red 161 ◦ green 52 ◦ blue 172

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

Shades of Dark Orchid #A134AC

Tints of Dark Orchid #A134AC

RGB

 RED value IS 161 (63.28% from 255) = 41.82%

 GREEN value IS 52 (20.7% from 255) = 13.51%

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

R = 41.82%
G = 13.51%
B = 44.68%

CMYK

 C value IS 0.06

 M value IS 0.70

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A134AC (or 0xA134AC) is known color: Dark Orchid. HEX triplet: A1, 34 and AC. RGB value is (161,52,172). Sum of RGB (Red+Green+Blue) = 161+52+172=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #A134AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134AC is #5ECB53. Grayscale: #616161. Windows color (decimal): -6212436 or 11285665. OLE color: 11285665.

HSL color Cylindrical-coordinate representation of color #A134AC: hue angle of 294.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A134AC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 161 52 172 -
CMYK 0.06 0.70 0 0.33
HSL 294.5º 0.54% 0.44% -
HSV(B) 294.5º 0.7% 0.67% -
XYZ 23.37 13.01 40.31 -
YUV 98.27 169.61 172.74 -
System Red Green Blue C M Y K H S L
Decimal 161 52 172 0.06 0.70 0 0.33 294.5 0.54 0.44
Hex A1 34 AC 6 46 0 21 126 36 2C
Octal 241 64 254 6 106 0 41 446 66 54
Binary 10100001 110100 10101100 110 1000110 0 100001 100100110 110110 101100

Color Harmonies of #A134AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A134AC

Black with #A134AC

Text Example


Text Example

White with #A134AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A134AC; }

 p { color: rgb(161,52,172); }

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

background-color css

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

 a { background-color: rgb(161,52,172); }

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

border-color css

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

 span { border-color: rgb(161,52,172); }

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