Html Css Color HEX #A636DD Dark Orchid

📋 copy color: '#A636DD'

red 166 ◦ green 54 ◦ blue 221

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

Shades of Dark Orchid #A636DD

Tints of Dark Orchid #A636DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.11%

R = 37.64%
G = 12.24%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A636DD (or 0xA636DD) is known color: Dark Orchid. HEX triplet: A6, 36 and DD. RGB value is (166,54,221). Sum of RGB (Red+Green+Blue) = 166+54+221=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #A636DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636DD is #59C922. Grayscale: #696969. Windows color (decimal): -5884195 or 14497446. OLE color: 14497446.

HSL color Cylindrical-coordinate representation of color #A636DD: hue angle of 280.24º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A636DD is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 54 221 -
CMYK 0.25 0.76 0 0.13
HSL 280.24º 0.71% 0.54% -
HSV(B) 280.24º 0.76% 0.87% -
XYZ 30.1 15.97 69.9 -
YUV 106.53 192.61 170.42 -
System Red Green Blue C M Y K H S L
Decimal 166 54 221 0.25 0.76 0 0.13 280.24 0.71 0.54
Hex A6 36 DD 19 4C 0 D 118 47 36
Octal 246 66 335 31 114 0 15 430 107 66
Binary 10100110 110110 11011101 11001 1001100 0 1101 100011000 1000111 110110

Color Harmonies of #A636DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636DD

Black with #A636DD

Text Example


Text Example

White with #A636DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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