Html Css Color HEX #A12BBB Dark Orchid

📋 copy color: '#A12BBB'

red 161 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #A12BBB

Tints of Dark Orchid #A12BBB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11%

 BLUE value IS 187 (73.44% from 255) = 47.83%

R = 41.18%
G = 11%
B = 47.83%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A12BBB (or 0xA12BBB) is known color: Dark Orchid. HEX triplet: A1, 2B and BB. RGB value is (161,43,187). Sum of RGB (Red+Green+Blue) = 161+43+187=391 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.18% from 391); Green value is 43 (17.19% from 255 or 11.00% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #A12BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BBB is #5ED444. Grayscale: #5E5E5E. Windows color (decimal): -6214725 or 12266401. OLE color: 12266401.

HSL color Cylindrical-coordinate representation of color #A12BBB: hue angle of 289.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12BBB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 43 187 -
CMYK 0.14 0.77 0 0.27
HSL 289.17º 0.63% 0.45% -
HSV(B) 289.17º 0.77% 0.73% -
XYZ 24.53 12.89 48.21 -
YUV 94.7 180.09 175.29 -
System Red Green Blue C M Y K H S L
Decimal 161 43 187 0.14 0.77 0 0.27 289.17 0.63 0.45
Hex A1 2B BB E 4D 0 1B 121 3F 2D
Octal 241 53 273 16 115 0 33 441 77 55
Binary 10100001 101011 10111011 1110 1001101 0 11011 100100001 111111 101101

Color Harmonies of #A12BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BBB

Black with #A12BBB

Text Example


Text Example

White with #A12BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BBB; }

 p { color: rgb(161,43,187); }

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

background-color css

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

 a { background-color: rgb(161,43,187); }

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

border-color css

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

 span { border-color: rgb(161,43,187); }

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