Html Css Color HEX #A126AC Dark Orchid

📋 copy color: '#A126AC'

red 161 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #A126AC

Tints of Dark Orchid #A126AC

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.24%

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

R = 43.4%
G = 10.24%
B = 46.36%

CMYK

 C value IS 0.06

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A126AC (or 0xA126AC) is known color: Dark Orchid. HEX triplet: A1, 26 and AC. RGB value is (161,38,172). Sum of RGB (Red+Green+Blue) = 161+38+172=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A126AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126AC is #5ED953. Grayscale: #595959. Windows color (decimal): -6216020 or 11282081. OLE color: 11282081.

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

Color convert

RGB 161 38 172 -
CMYK 0.06 0.78 0 0.33
HSL 295.07º 0.64% 0.41% -
HSV(B) 295.07º 0.78% 0.67% -
XYZ 22.84 11.94 40.13 -
YUV 90.05 174.25 178.6 -
System Red Green Blue C M Y K H S L
Decimal 161 38 172 0.06 0.78 0 0.33 295.07 0.64 0.41
Hex A1 26 AC 6 4E 0 21 127 40 29
Octal 241 46 254 6 116 0 41 447 100 51
Binary 10100001 100110 10101100 110 1001110 0 100001 100100111 1000000 101001

Color Harmonies of #A126AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126AC

Black with #A126AC

Text Example


Text Example

White with #A126AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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