Html Css Color HEX #A63ACD Dark Orchid

📋 copy color: '#A63ACD'

red 166 ◦ green 58 ◦ blue 205

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

Shades of Dark Orchid #A63ACD

Tints of Dark Orchid #A63ACD

RGB

 RED value IS 166 (65.23% from 255) = 38.69%

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

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

R = 38.69%
G = 13.52%
B = 47.79%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A63ACD (or 0xA63ACD) is known color: Dark Orchid. HEX triplet: A6, 3A and CD. RGB value is (166,58,205). Sum of RGB (Red+Green+Blue) = 166+58+205=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #A63ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ACD is #59C532. Grayscale: #6A6A6A. Windows color (decimal): -5883187 or 13449894. OLE color: 13449894.

HSL color Cylindrical-coordinate representation of color #A63ACD: hue angle of 284.08º 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 #A63ACD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 58 205 -
CMYK 0.19 0.72 0 0.20
HSL 284.08º 0.6% 0.52% -
HSV(B) 284.08º 0.72% 0.8% -
XYZ 28.26 15.54 59.27 -
YUV 107.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 166 58 205 0.19 0.72 0 0.20 284.08 0.6 0.52
Hex A6 3A CD 13 48 0 14 11C 3C 34
Octal 246 72 315 23 110 0 24 434 74 64
Binary 10100110 111010 11001101 10011 1001000 0 10100 100011100 111100 110100

Color Harmonies of #A63ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63ACD

Black with #A63ACD

Text Example


Text Example

White with #A63ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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