Html Css Color HEX #A624C0 Dark Orchid

📋 copy color: '#A624C0'

red 166 ◦ green 36 ◦ blue 192

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

Shades of Dark Orchid #A624C0

Tints of Dark Orchid #A624C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 42.13%
G = 9.14%
B = 48.73%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A624C0 (or 0xA624C0) is known color: Dark Orchid. HEX triplet: A6, 24 and C0. RGB value is (166,36,192). Sum of RGB (Red+Green+Blue) = 166+36+192=394 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.13% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #A624C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A624C0 is #59DB3F. Grayscale: #5C5C5C. Windows color (decimal): -5888832 or 12592294. OLE color: 12592294.

HSL color Cylindrical-coordinate representation of color #A624C0: hue angle of 290º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A624C0 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 36 192 -
CMYK 0.14 0.81 0 0.25
HSL 290º 0.68% 0.45% -
HSV(B) 290º 0.81% 0.75% -
XYZ 25.87 13.17 51.05 -
YUV 92.65 184.07 180.32 -
System Red Green Blue C M Y K H S L
Decimal 166 36 192 0.14 0.81 0 0.25 290 0.68 0.45
Hex A6 24 C0 E 51 0 19 122 44 2D
Octal 246 44 300 16 121 0 31 442 104 55
Binary 10100110 100100 11000000 1110 1010001 0 11001 100100010 1000100 101101

Color Harmonies of #A624C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A624C0

Black with #A624C0

Text Example


Text Example

White with #A624C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A624C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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