Html Css Color HEX #A120B3 Dark Orchid

📋 copy color: '#A120B3'

red 161 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #A120B3

Tints of Dark Orchid #A120B3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.6%

 BLUE value IS 179 (70.31% from 255) = 48.12%

R = 43.28%
G = 8.6%
B = 48.12%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A120B3 (or 0xA120B3) is known color: Dark Orchid. HEX triplet: A1, 20 and B3. RGB value is (161,32,179). Sum of RGB (Red+Green+Blue) = 161+32+179=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #A120B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A120B3 is #5EDF4C. Grayscale: #565656. Windows color (decimal): -6217549 or 11739297. OLE color: 11739297.

HSL color Cylindrical-coordinate representation of color #A120B3: hue angle of 292.65º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A120B3 is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 161 32 179 -
CMYK 0.10 0.82 0 0.30
HSL 292.65º 0.7% 0.41% -
HSV(B) 292.65º 0.82% 0.7% -
XYZ 23.35 11.86 43.71 -
YUV 87.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 161 32 179 0.10 0.82 0 0.30 292.65 0.7 0.41
Hex A1 20 B3 A 52 0 1E 125 46 29
Octal 241 40 263 12 122 0 36 445 106 51
Binary 10100001 100000 10110011 1010 1010010 0 11110 100100101 1000110 101001

Color Harmonies of #A120B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A120B3

Black with #A120B3

Text Example


Text Example

White with #A120B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A120B3; }

 p { color: rgb(161,32,179); }

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

background-color css

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

 a { background-color: rgb(161,32,179); }

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

border-color css

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

 span { border-color: rgb(161,32,179); }

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