Html Css Color HEX #A12BBA Dark Orchid

📋 copy color: '#A12BBA'

red 161 ◦ green 43 ◦ blue 186

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

Shades of Dark Orchid #A12BBA

Tints of Dark Orchid #A12BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 41.28%
G = 11.03%
B = 47.69%

CMYK

 C value IS 0.13

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A12BBA (or 0xA12BBA) is known color: Dark Orchid. HEX triplet: A1, 2B and BA. RGB value is (161,43,186). Sum of RGB (Red+Green+Blue) = 161+43+186=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 43 (17.19% from 255 or 11.03% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #A12BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BBA is #5ED445. Grayscale: #5E5E5E. Windows color (decimal): -6214726 or 12200865. OLE color: 12200865.

HSL color Cylindrical-coordinate representation of color #A12BBA: hue angle of 289.51º degrees, saturation: 0.62, 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 #A12BBA is Cyan = 0.13, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 43 186 -
CMYK 0.13 0.77 0 0.27
HSL 289.51º 0.62% 0.45% -
HSV(B) 289.51º 0.77% 0.73% -
XYZ 24.42 12.85 47.65 -
YUV 94.58 179.59 175.37 -
System Red Green Blue C M Y K H S L
Decimal 161 43 186 0.13 0.77 0 0.27 289.51 0.62 0.45
Hex A1 2B BA D 4D 0 1B 122 3E 2D
Octal 241 53 272 15 115 0 33 442 76 55
Binary 10100001 101011 10111010 1101 1001101 0 11011 100100010 111110 101101

Color Harmonies of #A12BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BBA

Black with #A12BBA

Text Example


Text Example

White with #A12BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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