Html Css Color HEX #A12DBE Dark Orchid

📋 copy color: '#A12DBE'

red 161 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #A12DBE

Tints of Dark Orchid #A12DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.98%

R = 40.66%
G = 11.36%
B = 47.98%

CMYK

 C value IS 0.15

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A12DBE (or 0xA12DBE) is known color: Dark Orchid. HEX triplet: A1, 2D and BE. RGB value is (161,45,190). Sum of RGB (Red+Green+Blue) = 161+45+190=396 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.66% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #A12DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12DBE is #5ED241. Grayscale: #5F5F5F. Windows color (decimal): -6214210 or 12463521. OLE color: 12463521.

HSL color Cylindrical-coordinate representation of color #A12DBE: hue angle of 288º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12DBE is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 161 45 190 -
CMYK 0.15 0.76 0 0.25
HSL 288º 0.62% 0.46% -
HSV(B) 288º 0.76% 0.75% -
XYZ 24.93 13.17 49.94 -
YUV 96.21 180.93 174.21 -
System Red Green Blue C M Y K H S L
Decimal 161 45 190 0.15 0.76 0 0.25 288 0.62 0.46
Hex A1 2D BE F 4C 0 19 120 3E 2E
Octal 241 55 276 17 114 0 31 440 76 56
Binary 10100001 101101 10111110 1111 1001100 0 11001 100100000 111110 101110

Color Harmonies of #A12DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12DBE

Black with #A12DBE

Text Example


Text Example

White with #A12DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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