Html Css Color HEX #A12BBC Dark Orchid

📋 copy color: '#A12BBC'

red 161 ◦ green 43 ◦ blue 188

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

Shades of Dark Orchid #A12BBC

Tints of Dark Orchid #A12BBC

RGB

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

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

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

R = 41.07%
G = 10.97%
B = 47.96%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A12BBC (or 0xA12BBC) is known color: Dark Orchid. HEX triplet: A1, 2B and BC. RGB value is (161,43,188). Sum of RGB (Red+Green+Blue) = 161+43+188=392 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.07% from 392); Green value is 43 (17.19% from 255 or 10.97% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A12BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BBC is #5ED443. Grayscale: #5E5E5E. Windows color (decimal): -6214724 or 12331937. OLE color: 12331937.

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

Color convert

RGB 161 43 188 -
CMYK 0.14 0.77 0 0.26
HSL 288.83º 0.63% 0.45% -
HSV(B) 288.83º 0.77% 0.74% -
XYZ 24.64 12.94 48.78 -
YUV 94.81 180.59 175.21 -
System Red Green Blue C M Y K H S L
Decimal 161 43 188 0.14 0.77 0 0.26 288.83 0.63 0.45
Hex A1 2B BC E 4D 0 1A 121 3F 2D
Octal 241 53 274 16 115 0 32 441 77 55
Binary 10100001 101011 10111100 1110 1001101 0 11010 100100001 111111 101101

Color Harmonies of #A12BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BBC

Black with #A12BBC

Text Example


Text Example

White with #A12BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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