Html Css Color HEX #A23DCA Dark Orchid

📋 copy color: '#A23DCA'

red 162 ◦ green 61 ◦ blue 202

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

Shades of Dark Orchid #A23DCA

Tints of Dark Orchid #A23DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.53%

R = 38.12%
G = 14.35%
B = 47.53%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A23DCA (or 0xA23DCA) is known color: Dark Orchid. HEX triplet: A2, 3D and CA. RGB value is (162,61,202). Sum of RGB (Red+Green+Blue) = 162+61+202=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #A23DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23DCA is #5DC235. Grayscale: #6A6A6A. Windows color (decimal): -6144566 or 13254050. OLE color: 13254050.

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

Color convert

RGB 162 61 202 -
CMYK 0.20 0.70 0 0.21
HSL 282.98º 0.57% 0.52% -
HSV(B) 282.98º 0.7% 0.79% -
XYZ 27.23 15.28 57.39 -
YUV 107.27 181.46 167.04 -
System Red Green Blue C M Y K H S L
Decimal 162 61 202 0.20 0.70 0 0.21 282.98 0.57 0.52
Hex A2 3D CA 14 46 0 15 11B 39 34
Octal 242 75 312 24 106 0 25 433 71 64
Binary 10100010 111101 11001010 10100 1000110 0 10101 100011011 111001 110100

Color Harmonies of #A23DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23DCA

Black with #A23DCA

Text Example


Text Example

White with #A23DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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