Html Css Color HEX #A624CD Dark Orchid

📋 copy color: '#A624CD'

red 166 ◦ green 36 ◦ blue 205

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

Shades of Dark Orchid #A624CD

Tints of Dark Orchid #A624CD

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.85%

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

R = 40.79%
G = 8.85%
B = 50.37%

CMYK

 C value IS 0.19

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A624CD (or 0xA624CD) is known color: Dark Orchid. HEX triplet: A6, 24 and CD. RGB value is (166,36,205). Sum of RGB (Red+Green+Blue) = 166+36+205=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 36 (14.45% from 255 or 8.85% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #A624CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624CD is #59DB32. Grayscale: #5D5D5D. Windows color (decimal): -5888819 or 13444262. OLE color: 13444262.

HSL color Cylindrical-coordinate representation of color #A624CD: hue angle of 286.15º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A624CD is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 36 205 -
CMYK 0.19 0.82 0 0.20
HSL 286.15º 0.7% 0.47% -
HSV(B) 286.15º 0.82% 0.8% -
XYZ 27.38 13.78 58.97 -
YUV 94.14 190.57 179.26 -
System Red Green Blue C M Y K H S L
Decimal 166 36 205 0.19 0.82 0 0.20 286.15 0.7 0.47
Hex A6 24 CD 13 52 0 14 11E 46 2F
Octal 246 44 315 23 122 0 24 436 106 57
Binary 10100110 100100 11001101 10011 1010010 0 10100 100011110 1000110 101111

Color Harmonies of #A624CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624CD

Black with #A624CD

Text Example


Text Example

White with #A624CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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