Html Css Color HEX #A23AB9 Dark Orchid

📋 copy color: '#A23AB9'

red 162 ◦ green 58 ◦ blue 185

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

Shades of Dark Orchid #A23AB9

Tints of Dark Orchid #A23AB9

RGB

 RED value IS 162 (63.67% from 255) = 40%

 GREEN value IS 58 (23.05% from 255) = 14.32%

 BLUE value IS 185 (72.66% from 255) = 45.68%

R = 40%
G = 14.32%
B = 45.68%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A23AB9 (or 0xA23AB9) is known color: Dark Orchid. HEX triplet: A2, 3A and B9. RGB value is (162,58,185). Sum of RGB (Red+Green+Blue) = 162+58+185=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 58 (23.05% from 255 or 14.32% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #A23AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23AB9 is #5DC546. Grayscale: #676767. Windows color (decimal): -6145351 or 12139170. OLE color: 12139170.

HSL color Cylindrical-coordinate representation of color #A23AB9: hue angle of 289.13º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23AB9 is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 58 185 -
CMYK 0.12 0.69 0 0.27
HSL 289.13º 0.52% 0.48% -
HSV(B) 289.13º 0.69% 0.73% -
XYZ 25.17 14.21 47.32 -
YUV 103.57 173.96 169.67 -
System Red Green Blue C M Y K H S L
Decimal 162 58 185 0.12 0.69 0 0.27 289.13 0.52 0.48
Hex A2 3A B9 C 45 0 1B 121 34 30
Octal 242 72 271 14 105 0 33 441 64 60
Binary 10100010 111010 10111001 1100 1000101 0 11011 100100001 110100 110000

Color Harmonies of #A23AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23AB9

Black with #A23AB9

Text Example


Text Example

White with #A23AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23AB9; }

 p { color: rgb(162,58,185); }

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

background-color css

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

 a { background-color: rgb(162,58,185); }

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

border-color css

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

 span { border-color: rgb(162,58,185); }

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