Html Css Color HEX #A132AC Dark Orchid

📋 copy color: '#A132AC'

red 161 ◦ green 50 ◦ blue 172

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

Shades of Dark Orchid #A132AC

Tints of Dark Orchid #A132AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.05%

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

R = 42.04%
G = 13.05%
B = 44.91%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A132AC (or 0xA132AC) is known color: Dark Orchid. HEX triplet: A1, 32 and AC. RGB value is (161,50,172). Sum of RGB (Red+Green+Blue) = 161+50+172=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #A132AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A132AC is #5ECD53. Grayscale: #606060. Windows color (decimal): -6212948 or 11285153. OLE color: 11285153.

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

Color convert

RGB 161 50 172 -
CMYK 0.06 0.71 0 0.33
HSL 294.59º 0.55% 0.44% -
HSV(B) 294.59º 0.71% 0.67% -
XYZ 23.28 12.84 40.28 -
YUV 97.1 170.27 173.58 -
System Red Green Blue C M Y K H S L
Decimal 161 50 172 0.06 0.71 0 0.33 294.59 0.55 0.44
Hex A1 32 AC 6 47 0 21 127 37 2C
Octal 241 62 254 6 107 0 41 447 67 54
Binary 10100001 110010 10101100 110 1000111 0 100001 100100111 110111 101100

Color Harmonies of #A132AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A132AC

Black with #A132AC

Text Example


Text Example

White with #A132AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A132AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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