Html Css Color HEX #A636BE Dark Orchid

📋 copy color: '#A636BE'

red 166 ◦ green 54 ◦ blue 190

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

Shades of Dark Orchid #A636BE

Tints of Dark Orchid #A636BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.34%

R = 40.49%
G = 13.17%
B = 46.34%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A636BE (or 0xA636BE) is known color: Dark Orchid. HEX triplet: A6, 36 and BE. RGB value is (166,54,190). Sum of RGB (Red+Green+Blue) = 166+54+190=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #A636BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636BE is #59C941. Grayscale: #666666. Windows color (decimal): -5884226 or 12465830. OLE color: 12465830.

HSL color Cylindrical-coordinate representation of color #A636BE: hue angle of 289.41º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A636BE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 54 190 -
CMYK 0.13 0.72 0 0.25
HSL 289.41º 0.56% 0.48% -
HSV(B) 289.41º 0.72% 0.75% -
XYZ 26.34 14.46 50.12 -
YUV 102.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 166 54 190 0.13 0.72 0 0.25 289.41 0.56 0.48
Hex A6 36 BE D 48 0 19 121 38 30
Octal 246 66 276 15 110 0 31 441 70 60
Binary 10100110 110110 10111110 1101 1001000 0 11001 100100001 111000 110000

Color Harmonies of #A636BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636BE

Black with #A636BE

Text Example


Text Example

White with #A636BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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