Html Css Color HEX #A636B6 Dark Orchid

📋 copy color: '#A636B6'

red 166 ◦ green 54 ◦ blue 182

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

Shades of Dark Orchid #A636B6

Tints of Dark Orchid #A636B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.27%

R = 41.29%
G = 13.43%
B = 45.27%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A636B6 (or 0xA636B6) is known color: Dark Orchid. HEX triplet: A6, 36 and B6. RGB value is (166,54,182). Sum of RGB (Red+Green+Blue) = 166+54+182=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #A636B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636B6 is #59C949. Grayscale: #656565. Windows color (decimal): -5884234 or 11941542. OLE color: 11941542.

HSL color Cylindrical-coordinate representation of color #A636B6: hue angle of 292.5º 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 #A636B6 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 166 54 182 -
CMYK 0.09 0.70 0 0.29
HSL 292.5º 0.54% 0.46% -
HSV(B) 292.5º 0.7% 0.71% -
XYZ 25.49 14.12 45.64 -
YUV 102.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 166 54 182 0.09 0.70 0 0.29 292.5 0.54 0.46
Hex A6 36 B6 9 46 0 1D 124 36 2E
Octal 246 66 266 11 106 0 35 444 66 56
Binary 10100110 110110 10110110 1001 1000110 0 11101 100100100 110110 101110

Color Harmonies of #A636B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636B6

Black with #A636B6

Text Example


Text Example

White with #A636B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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