Html Css Color HEX #A23ACD Dark Orchid

📋 copy color: '#A23ACD'

red 162 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #A23ACD

Tints of Dark Orchid #A23ACD

RGB

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

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

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

R = 38.12%
G = 13.65%
B = 48.24%

CMYK

 C value IS 0.21

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A23ACD (or 0xA23ACD) is known color: Dark Orchid. HEX triplet: A2, 3A and CD. RGB value is (162,58,205). Sum of RGB (Red+Green+Blue) = 162+58+205=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #A23ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ACD is #5DC532. Grayscale: #696969. Windows color (decimal): -6145331 or 13449890. OLE color: 13449890.

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

Color convert

RGB 162 58 205 -
CMYK 0.21 0.72 0 0.20
HSL 282.45º 0.6% 0.52% -
HSV(B) 282.45º 0.72% 0.8% -
XYZ 27.43 15.12 59.23 -
YUV 105.85 183.96 168.05 -
System Red Green Blue C M Y K H S L
Decimal 162 58 205 0.21 0.72 0 0.20 282.45 0.6 0.52
Hex A2 3A CD 15 48 0 14 11A 3C 34
Octal 242 72 315 25 110 0 24 432 74 64
Binary 10100010 111010 11001101 10101 1001000 0 10100 100011010 111100 110100

Color Harmonies of #A23ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ACD

Black with #A23ACD

Text Example


Text Example

White with #A23ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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