Html Css Color HEX #A11EB3 Dark Orchid

📋 copy color: '#A11EB3'

red 161 ◦ green 30 ◦ blue 179

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

Shades of Dark Orchid #A11EB3

Tints of Dark Orchid #A11EB3

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

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

R = 43.51%
G = 8.11%
B = 48.38%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A11EB3 (or 0xA11EB3) is known color: Dark Orchid. HEX triplet: A1, 1E and B3. RGB value is (161,30,179). Sum of RGB (Red+Green+Blue) = 161+30+179=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #A11EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EB3 is #5EE14C. Grayscale: #555555. Windows color (decimal): -6218061 or 11738785. OLE color: 11738785.

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

Color convert

RGB 161 30 179 -
CMYK 0.10 0.83 0 0.30
HSL 292.75º 0.71% 0.41% -
HSV(B) 292.75º 0.83% 0.7% -
XYZ 23.3 11.76 43.69 -
YUV 86.16 180.4 181.38 -
System Red Green Blue C M Y K H S L
Decimal 161 30 179 0.10 0.83 0 0.30 292.75 0.71 0.41
Hex A1 1E B3 A 53 0 1E 125 47 29
Octal 241 36 263 12 123 0 36 445 107 51
Binary 10100001 11110 10110011 1010 1010011 0 11110 100100101 1000111 101001

Color Harmonies of #A11EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11EB3

Black with #A11EB3

Text Example


Text Example

White with #A11EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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