Html Css Color HEX #A12CBF Dark Orchid

📋 copy color: '#A12CBF'

red 161 ◦ green 44 ◦ blue 191

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

Shades of Dark Orchid #A12CBF

Tints of Dark Orchid #A12CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.23%

R = 40.66%
G = 11.11%
B = 48.23%

CMYK

 C value IS 0.16

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A12CBF (or 0xA12CBF) is known color: Dark Orchid. HEX triplet: A1, 2C and BF. RGB value is (161,44,191). Sum of RGB (Red+Green+Blue) = 161+44+191=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #A12CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CBF is #5ED340. Grayscale: #5F5F5F. Windows color (decimal): -6214465 or 12528801. OLE color: 12528801.

HSL color Cylindrical-coordinate representation of color #A12CBF: hue angle of 287.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12CBF is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 44 191 -
CMYK 0.16 0.77 0 0.25
HSL 287.76º 0.63% 0.46% -
HSV(B) 287.76º 0.77% 0.75% -
XYZ 25 13.14 50.51 -
YUV 95.74 181.76 174.55 -
System Red Green Blue C M Y K H S L
Decimal 161 44 191 0.16 0.77 0 0.25 287.76 0.63 0.46
Hex A1 2C BF 10 4D 0 19 120 3F 2E
Octal 241 54 277 20 115 0 31 440 77 56
Binary 10100001 101100 10111111 10000 1001101 0 11001 100100000 111111 101110

Color Harmonies of #A12CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CBF

Black with #A12CBF

Text Example


Text Example

White with #A12CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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