Html Css Color HEX #A12BCD Dark Orchid

📋 copy color: '#A12BCD'

red 161 ◦ green 43 ◦ blue 205

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

Shades of Dark Orchid #A12BCD

Tints of Dark Orchid #A12BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 39.36%
G = 10.51%
B = 50.12%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A12BCD (or 0xA12BCD) is known color: Dark Orchid. HEX triplet: A1, 2B and CD. RGB value is (161,43,205). Sum of RGB (Red+Green+Blue) = 161+43+205=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #A12BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12BCD is #5ED432. Grayscale: #606060. Windows color (decimal): -6214707 or 13446049. OLE color: 13446049.

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

Color convert

RGB 161 43 205 -
CMYK 0.21 0.79 0 0.20
HSL 283.7º 0.65% 0.49% -
HSV(B) 283.7º 0.79% 0.8% -
XYZ 26.58 13.71 59 -
YUV 96.75 189.09 173.83 -
System Red Green Blue C M Y K H S L
Decimal 161 43 205 0.21 0.79 0 0.20 283.7 0.65 0.49
Hex A1 2B CD 15 4F 0 14 11C 41 31
Octal 241 53 315 25 117 0 24 434 101 61
Binary 10100001 101011 11001101 10101 1001111 0 10100 100011100 1000001 110001

Color Harmonies of #A12BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12BCD

Black with #A12BCD

Text Example


Text Example

White with #A12BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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