Html Css Color HEX #A11CB3 Dark Orchid

📋 copy color: '#A11CB3'

red 161 ◦ green 28 ◦ blue 179

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

Shades of Dark Orchid #A11CB3

Tints of Dark Orchid #A11CB3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.61%

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

R = 43.75%
G = 7.61%
B = 48.64%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A11CB3 (or 0xA11CB3) is known color: Dark Orchid. HEX triplet: A1, 1C and B3. RGB value is (161,28,179). Sum of RGB (Red+Green+Blue) = 161+28+179=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #A11CB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11CB3 is #5EE34C. Grayscale: #545454. Windows color (decimal): -6218573 or 11738273. OLE color: 11738273.

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

Color convert

RGB 161 28 179 -
CMYK 0.10 0.84 0 0.30
HSL 292.85º 0.73% 0.41% -
HSV(B) 292.85º 0.84% 0.7% -
XYZ 23.25 11.66 43.67 -
YUV 84.98 181.06 182.22 -
System Red Green Blue C M Y K H S L
Decimal 161 28 179 0.10 0.84 0 0.30 292.85 0.73 0.41
Hex A1 1C B3 A 54 0 1E 125 49 29
Octal 241 34 263 12 124 0 36 445 111 51
Binary 10100001 11100 10110011 1010 1010100 0 11110 100100101 1001001 101001

Color Harmonies of #A11CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CB3

Black with #A11CB3

Text Example


Text Example

White with #A11CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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