Html Css Color HEX #A12FBC Dark Orchid

📋 copy color: '#A12FBC'

red 161 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #A12FBC

Tints of Dark Orchid #A12FBC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.87%

 BLUE value IS 188 (73.83% from 255) = 47.47%

R = 40.66%
G = 11.87%
B = 47.47%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A12FBC (or 0xA12FBC) is known color: Dark Orchid. HEX triplet: A1, 2F and BC. RGB value is (161,47,188). Sum of RGB (Red+Green+Blue) = 161+47+188=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 47 (18.75% from 255 or 11.87% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #A12FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12FBC is #5ED043. Grayscale: #606060. Windows color (decimal): -6213700 or 12332961. OLE color: 12332961.

HSL color Cylindrical-coordinate representation of color #A12FBC: hue angle of 288.51º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12FBC is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 47 188 -
CMYK 0.14 0.75 0 0.26
HSL 288.51º 0.6% 0.46% -
HSV(B) 288.51º 0.75% 0.74% -
XYZ 24.79 13.24 48.83 -
YUV 97.16 179.27 173.54 -
System Red Green Blue C M Y K H S L
Decimal 161 47 188 0.14 0.75 0 0.26 288.51 0.6 0.46
Hex A1 2F BC E 4B 0 1A 121 3C 2E
Octal 241 57 274 16 113 0 32 441 74 56
Binary 10100001 101111 10111100 1110 1001011 0 11010 100100001 111100 101110

Color Harmonies of #A12FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12FBC

Black with #A12FBC

Text Example


Text Example

White with #A12FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12FBC; }

 p { color: rgb(161,47,188); }

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

background-color css

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

 a { background-color: rgb(161,47,188); }

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

border-color css

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

 span { border-color: rgb(161,47,188); }

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