Html Css Color HEX #A12DCB Dark Orchid

📋 copy color: '#A12DCB'

red 161 ◦ green 45 ◦ blue 203

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

Shades of Dark Orchid #A12DCB

Tints of Dark Orchid #A12DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11%

 BLUE value IS 203 (79.69% from 255) = 49.63%

R = 39.36%
G = 11%
B = 49.63%

CMYK

 C value IS 0.21

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A12DCB (or 0xA12DCB) is known color: Dark Orchid. HEX triplet: A1, 2D and CB. RGB value is (161,45,203). Sum of RGB (Red+Green+Blue) = 161+45+203=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 45 (17.97% from 255 or 11.00% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #A12DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DCB is #5ED234. Grayscale: #616161. Windows color (decimal): -6214197 or 13315489. OLE color: 13315489.

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

Color convert

RGB 161 45 203 -
CMYK 0.21 0.78 0 0.20
HSL 284.05º 0.64% 0.49% -
HSV(B) 284.05º 0.78% 0.8% -
XYZ 26.42 13.77 57.76 -
YUV 97.7 187.43 173.15 -
System Red Green Blue C M Y K H S L
Decimal 161 45 203 0.21 0.78 0 0.20 284.05 0.64 0.49
Hex A1 2D CB 15 4E 0 14 11C 40 31
Octal 241 55 313 25 116 0 24 434 100 61
Binary 10100001 101101 11001011 10101 1001110 0 10100 100011100 1000000 110001

Color Harmonies of #A12DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12DCB

Black with #A12DCB

Text Example


Text Example

White with #A12DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12DCB; }

 p { color: rgb(161,45,203); }

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

background-color css

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

 a { background-color: rgb(161,45,203); }

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

border-color css

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

 span { border-color: rgb(161,45,203); }

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