Html Css Color HEX #A636B5 Dark Orchid

📋 copy color: '#A636B5'

red 166 ◦ green 54 ◦ blue 181

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

Shades of Dark Orchid #A636B5

Tints of Dark Orchid #A636B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.14%

R = 41.4%
G = 13.47%
B = 45.14%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A636B5 (or 0xA636B5) is known color: Dark Orchid. HEX triplet: A6, 36 and B5. RGB value is (166,54,181). Sum of RGB (Red+Green+Blue) = 166+54+181=401 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.40% from 401); Green value is 54 (21.48% from 255 or 13.47% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 181 - color contains mainly: blue. Hex color #A636B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636B5 is #59C94A. Grayscale: #656565. Windows color (decimal): -5884235 or 11876006. OLE color: 11876006.

HSL color Cylindrical-coordinate representation of color #A636B5: hue angle of 292.91º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A636B5 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 54 181 -
CMYK 0.08 0.70 0 0.29
HSL 292.91º 0.54% 0.46% -
HSV(B) 292.91º 0.7% 0.71% -
XYZ 25.39 14.08 45.1 -
YUV 101.97 172.61 173.67 -
System Red Green Blue C M Y K H S L
Decimal 166 54 181 0.08 0.70 0 0.29 292.91 0.54 0.46
Hex A6 36 B5 8 46 0 1D 125 36 2E
Octal 246 66 265 10 106 0 35 445 66 56
Binary 10100110 110110 10110101 1000 1000110 0 11101 100100101 110110 101110

Color Harmonies of #A636B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636B5

Black with #A636B5

Text Example


Text Example

White with #A636B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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