Html Css Color HEX #A126AF Dark Orchid

📋 copy color: '#A126AF'

red 161 ◦ green 38 ◦ blue 175

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

Shades of Dark Orchid #A126AF

Tints of Dark Orchid #A126AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.79%

R = 43.05%
G = 10.16%
B = 46.79%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A126AF (or 0xA126AF) is known color: Dark Orchid. HEX triplet: A1, 26 and AF. RGB value is (161,38,175). Sum of RGB (Red+Green+Blue) = 161+38+175=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #A126AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126AF is #5ED950. Grayscale: #595959. Windows color (decimal): -6216017 or 11478689. OLE color: 11478689.

HSL color Cylindrical-coordinate representation of color #A126AF: hue angle of 293.87º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A126AF is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 161 38 175 -
CMYK 0.08 0.78 0 0.31
HSL 293.87º 0.64% 0.42% -
HSV(B) 293.87º 0.78% 0.69% -
XYZ 23.13 12.06 41.67 -
YUV 90.4 175.75 178.36 -
System Red Green Blue C M Y K H S L
Decimal 161 38 175 0.08 0.78 0 0.31 293.87 0.64 0.42
Hex A1 26 AF 8 4E 0 1F 126 40 2A
Octal 241 46 257 10 116 0 37 446 100 52
Binary 10100001 100110 10101111 1000 1001110 0 11111 100100110 1000000 101010

Color Harmonies of #A126AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A126AF

Black with #A126AF

Text Example


Text Example

White with #A126AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A126AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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