Html Css Color HEX #A636CD Dark Orchid

📋 copy color: '#A636CD'

red 166 ◦ green 54 ◦ blue 205

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

Shades of Dark Orchid #A636CD

Tints of Dark Orchid #A636CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.24%

R = 39.06%
G = 12.71%
B = 48.24%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A636CD (or 0xA636CD) is known color: Dark Orchid. HEX triplet: A6, 36 and CD. RGB value is (166,54,205). Sum of RGB (Red+Green+Blue) = 166+54+205=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 54 (21.48% from 255 or 12.71% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #A636CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CD is #59C932. Grayscale: #686868. Windows color (decimal): -5884211 or 13448870. OLE color: 13448870.

HSL color Cylindrical-coordinate representation of color #A636CD: hue angle of 284.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A636CD is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 166 54 205 -
CMYK 0.19 0.74 0 0.20
HSL 284.5º 0.6% 0.51% -
HSV(B) 284.5º 0.74% 0.8% -
XYZ 28.06 15.15 59.2 -
YUV 104.7 184.61 171.72 -
System Red Green Blue C M Y K H S L
Decimal 166 54 205 0.19 0.74 0 0.20 284.5 0.6 0.51
Hex A6 36 CD 13 4A 0 14 11D 3C 33
Octal 246 66 315 23 112 0 24 435 74 63
Binary 10100110 110110 11001101 10011 1001010 0 10100 100011101 111100 110011

Color Harmonies of #A636CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636CD

Black with #A636CD

Text Example


Text Example

White with #A636CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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