Html Css Color HEX #A12CBB Dark Orchid

📋 copy color: '#A12CBB'

red 161 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #A12CBB

Tints of Dark Orchid #A12CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.22%

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

R = 41.07%
G = 11.22%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A12CBB (or 0xA12CBB) is known color: Dark Orchid. HEX triplet: A1, 2C and BB. RGB value is (161,44,187). Sum of RGB (Red+Green+Blue) = 161+44+187=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 44 (17.58% from 255 or 11.22% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #A12CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CBB is #5ED344. Grayscale: #5E5E5E. Windows color (decimal): -6214469 or 12266657. OLE color: 12266657.

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

Color convert

RGB 161 44 187 -
CMYK 0.14 0.76 0 0.27
HSL 289.09º 0.62% 0.45% -
HSV(B) 289.09º 0.76% 0.73% -
XYZ 24.57 12.97 48.22 -
YUV 95.29 179.76 174.87 -
System Red Green Blue C M Y K H S L
Decimal 161 44 187 0.14 0.76 0 0.27 289.09 0.62 0.45
Hex A1 2C BB E 4C 0 1B 121 3E 2D
Octal 241 54 273 16 114 0 33 441 76 55
Binary 10100001 101100 10111011 1110 1001100 0 11011 100100001 111110 101101

Color Harmonies of #A12CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CBB

Black with #A12CBB

Text Example


Text Example

White with #A12CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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