Html Css Color HEX #A23DB9 Dark Orchid

📋 copy color: '#A23DB9'

red 162 ◦ green 61 ◦ blue 185

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

Shades of Dark Orchid #A23DB9

Tints of Dark Orchid #A23DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.95%

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

R = 39.71%
G = 14.95%
B = 45.34%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A23DB9 (or 0xA23DB9) is known color: Dark Orchid. HEX triplet: A2, 3D and B9. RGB value is (162,61,185). Sum of RGB (Red+Green+Blue) = 162+61+185=408 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.71% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #A23DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DB9 is #5DC246. Grayscale: #686868. Windows color (decimal): -6144583 or 12139938. OLE color: 12139938.

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

Color convert

RGB 162 61 185 -
CMYK 0.12 0.67 0 0.27
HSL 288.87º 0.5% 0.48% -
HSV(B) 288.87º 0.67% 0.73% -
XYZ 25.33 14.52 47.37 -
YUV 105.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 162 61 185 0.12 0.67 0 0.27 288.87 0.5 0.48
Hex A2 3D B9 C 43 0 1B 121 32 30
Octal 242 75 271 14 103 0 33 441 62 60
Binary 10100010 111101 10111001 1100 1000011 0 11011 100100001 110010 110000

Color Harmonies of #A23DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DB9

Black with #A23DB9

Text Example


Text Example

White with #A23DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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