Html Css Color HEX #A23DCD Dark Orchid

📋 copy color: '#A23DCD'

red 162 ◦ green 61 ◦ blue 205

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

Shades of Dark Orchid #A23DCD

Tints of Dark Orchid #A23DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 37.85%
G = 14.25%
B = 47.9%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A23DCD (or 0xA23DCD) is known color: Dark Orchid. HEX triplet: A2, 3D and CD. RGB value is (162,61,205). Sum of RGB (Red+Green+Blue) = 162+61+205=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #A23DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCD is #5DC232. Grayscale: #6B6B6B. Windows color (decimal): -6144563 or 13450658. OLE color: 13450658.

HSL color Cylindrical-coordinate representation of color #A23DCD: hue angle of 282.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23DCD is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 61 205 -
CMYK 0.21 0.70 0 0.20
HSL 282.08º 0.59% 0.52% -
HSV(B) 282.08º 0.7% 0.8% -
XYZ 27.59 15.43 59.28 -
YUV 107.62 182.96 166.79 -
System Red Green Blue C M Y K H S L
Decimal 162 61 205 0.21 0.70 0 0.20 282.08 0.59 0.52
Hex A2 3D CD 15 46 0 14 11A 3B 34
Octal 242 75 315 25 106 0 24 432 73 64
Binary 10100010 111101 11001101 10101 1000110 0 10100 100011010 111011 110100

Color Harmonies of #A23DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DCD

Black with #A23DCD

Text Example


Text Example

White with #A23DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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