Html Css Color HEX #A636DC Dark Orchid

📋 copy color: '#A636DC'

red 166 ◦ green 54 ◦ blue 220

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

Shades of Dark Orchid #A636DC

Tints of Dark Orchid #A636DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 12.27%

 BLUE value IS 220 (86.33% from 255) = 50%

R = 37.73%
G = 12.27%
B = 50%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A636DC (or 0xA636DC) is known color: Dark Orchid. HEX triplet: A6, 36 and DC. RGB value is (166,54,220). Sum of RGB (Red+Green+Blue) = 166+54+220=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 54 (21.48% from 255 or 12.27% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #A636DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636DC is #59C923. Grayscale: #696969. Windows color (decimal): -5884196 or 14431910. OLE color: 14431910.

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

Color convert

RGB 166 54 220 -
CMYK 0.25 0.75 0 0.14
HSL 280.48º 0.7% 0.54% -
HSV(B) 280.48º 0.75% 0.86% -
XYZ 29.96 15.91 69.2 -
YUV 106.41 192.11 170.5 -
System Red Green Blue C M Y K H S L
Decimal 166 54 220 0.25 0.75 0 0.14 280.48 0.7 0.54
Hex A6 36 DC 19 4B 0 E 118 46 36
Octal 246 66 334 31 113 0 16 430 106 66
Binary 10100110 110110 11011100 11001 1001011 0 1110 100011000 1000110 110110

Color Harmonies of #A636DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636DC

Black with #A636DC

Text Example


Text Example

White with #A636DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636DC; }

 p { color: rgb(166,54,220); }

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

background-color css

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

 a { background-color: rgb(166,54,220); }

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

border-color css

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

 span { border-color: rgb(166,54,220); }

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