Html Css Color HEX #A23DBB Dark Orchid

📋 copy color: '#A23DBB'

red 162 ◦ green 61 ◦ blue 187

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

Shades of Dark Orchid #A23DBB

Tints of Dark Orchid #A23DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 39.51%
G = 14.88%
B = 45.61%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A23DBB (or 0xA23DBB) is known color: Dark Orchid. HEX triplet: A2, 3D and BB. RGB value is (162,61,187). Sum of RGB (Red+Green+Blue) = 162+61+187=410 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.51% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #A23DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DBB is #5DC244. Grayscale: #696969. Windows color (decimal): -6144581 or 12271010. OLE color: 12271010.

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

Color convert

RGB 162 61 187 -
CMYK 0.13 0.67 0 0.27
HSL 288.1º 0.51% 0.49% -
HSV(B) 288.1º 0.67% 0.73% -
XYZ 25.54 14.61 48.49 -
YUV 105.56 173.96 168.25 -
System Red Green Blue C M Y K H S L
Decimal 162 61 187 0.13 0.67 0 0.27 288.1 0.51 0.49
Hex A2 3D BB D 43 0 1B 120 33 31
Octal 242 75 273 15 103 0 33 440 63 61
Binary 10100010 111101 10111011 1101 1000011 0 11011 100100000 110011 110001

Color Harmonies of #A23DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DBB

Black with #A23DBB

Text Example


Text Example

White with #A23DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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