Html Css Color HEX #A12CCF Dark Orchid

📋 copy color: '#A12CCF'

red 161 ◦ green 44 ◦ blue 207

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

Shades of Dark Orchid #A12CCF

Tints of Dark Orchid #A12CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 39.08%
G = 10.68%
B = 50.24%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A12CCF (or 0xA12CCF) is known color: Dark Orchid. HEX triplet: A1, 2C and CF. RGB value is (161,44,207). Sum of RGB (Red+Green+Blue) = 161+44+207=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 44 (17.58% from 255 or 10.68% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #A12CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CCF is #5ED330. Grayscale: #616161. Windows color (decimal): -6214449 or 13577377. OLE color: 13577377.

HSL color Cylindrical-coordinate representation of color #A12CCF: hue angle of 283.07º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A12CCF is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 44 207 -
CMYK 0.22 0.79 0 0.19
HSL 283.07º 0.65% 0.49% -
HSV(B) 283.07º 0.79% 0.81% -
XYZ 26.86 13.88 60.3 -
YUV 97.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 161 44 207 0.22 0.79 0 0.19 283.07 0.65 0.49
Hex A1 2C CF 16 4F 0 13 11B 41 31
Octal 241 54 317 26 117 0 23 433 101 61
Binary 10100001 101100 11001111 10110 1001111 0 10011 100011011 1000001 110001

Color Harmonies of #A12CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12CCF

Black with #A12CCF

Text Example


Text Example

White with #A12CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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