Html Css Color HEX #A12BCC Dark Orchid

📋 copy color: '#A12BCC'

red 161 ◦ green 43 ◦ blue 204

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

Shades of Dark Orchid #A12BCC

Tints of Dark Orchid #A12BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50%

R = 39.46%
G = 10.54%
B = 50%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A12BCC (or 0xA12BCC) is known color: Dark Orchid. HEX triplet: A1, 2B and CC. RGB value is (161,43,204). Sum of RGB (Red+Green+Blue) = 161+43+204=408 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.46% from 408); Green value is 43 (17.19% from 255 or 10.54% from 408); Blue value is 204 (80.08% from 255 or 50% from 408); Max value from RGB is 204 - color contains mainly: blue. Hex color #A12BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BCC is #5ED433. Grayscale: #606060. Windows color (decimal): -6214708 or 13380513. OLE color: 13380513.

HSL color Cylindrical-coordinate representation of color #A12BCC: hue angle of 283.98º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12BCC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 43 204 -
CMYK 0.21 0.79 0 0.2
HSL 283.98º 0.65% 0.48% -
HSV(B) 283.98º 0.79% 0.8% -
XYZ 26.46 13.66 58.37 -
YUV 96.64 188.59 173.91 -
System Red Green Blue C M Y K H S L
Decimal 161 43 204 0.21 0.79 0 0.2 283.98 0.65 0.48
Hex A1 2B CC 15 4F 0 14 11C 41 30
Octal 241 53 314 25 117 0 24 434 101 60
Binary 10100001 101011 11001100 10101 1001111 0 10100 100011100 1000001 110000

Color Harmonies of #A12BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BCC

Black with #A12BCC

Text Example


Text Example

White with #A12BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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