Html Css Color HEX #A636BD Dark Orchid

📋 copy color: '#A636BD'

red 166 ◦ green 54 ◦ blue 189

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

Shades of Dark Orchid #A636BD

Tints of Dark Orchid #A636BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.21%

R = 40.59%
G = 13.2%
B = 46.21%

CMYK

 C value IS 0.12

 M value IS 0.71

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A636BD (or 0xA636BD) is known color: Dark Orchid. HEX triplet: A6, 36 and BD. RGB value is (166,54,189). Sum of RGB (Red+Green+Blue) = 166+54+189=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #A636BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636BD is #59C942. Grayscale: #666666. Windows color (decimal): -5884227 or 12400294. OLE color: 12400294.

HSL color Cylindrical-coordinate representation of color #A636BD: hue angle of 289.78º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A636BD is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 166 54 189 -
CMYK 0.12 0.71 0 0.26
HSL 289.78º 0.56% 0.48% -
HSV(B) 289.78º 0.71% 0.74% -
XYZ 26.23 14.42 49.54 -
YUV 102.88 176.61 173.02 -
System Red Green Blue C M Y K H S L
Decimal 166 54 189 0.12 0.71 0 0.26 289.78 0.56 0.48
Hex A6 36 BD C 47 0 1A 122 38 30
Octal 246 66 275 14 107 0 32 442 70 60
Binary 10100110 110110 10111101 1100 1000111 0 11010 100100010 111000 110000

Color Harmonies of #A636BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636BD

Black with #A636BD

Text Example


Text Example

White with #A636BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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