Html Css Color HEX #A123BD Dark Orchid

📋 copy color: '#A123BD'

red 161 ◦ green 35 ◦ blue 189

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

Shades of Dark Orchid #A123BD

Tints of Dark Orchid #A123BD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.09%

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 41.82%
G = 9.09%
B = 49.09%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A123BD (or 0xA123BD) is known color: Dark Orchid. HEX triplet: A1, 23 and BD. RGB value is (161,35,189). Sum of RGB (Red+Green+Blue) = 161+35+189=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 35 (14.06% from 255 or 9.09% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #A123BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A123BD is #5EDC42. Grayscale: #595959. Windows color (decimal): -6216771 or 12395425. OLE color: 12395425.

HSL color Cylindrical-coordinate representation of color #A123BD: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A123BD is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 161 35 189 -
CMYK 0.15 0.81 0 0.26
HSL 289.09º 0.69% 0.44% -
HSV(B) 289.09º 0.81% 0.74% -
XYZ 24.48 12.45 49.26 -
YUV 90.23 183.74 178.48 -
System Red Green Blue C M Y K H S L
Decimal 161 35 189 0.15 0.81 0 0.26 289.09 0.69 0.44
Hex A1 23 BD F 51 0 1A 121 45 2C
Octal 241 43 275 17 121 0 32 441 105 54
Binary 10100001 100011 10111101 1111 1010001 0 11010 100100001 1000101 101100

Color Harmonies of #A123BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A123BD

Black with #A123BD

Text Example


Text Example

White with #A123BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A123BD; }

 p { color: rgb(161,35,189); }

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

background-color css

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

 a { background-color: rgb(161,35,189); }

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

border-color css

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

 span { border-color: rgb(161,35,189); }

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