Html Css Color HEX #A636CC Dark Orchid

📋 copy color: '#A636CC'

red 166 ◦ green 54 ◦ blue 204

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

Shades of Dark Orchid #A636CC

Tints of Dark Orchid #A636CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.11%

R = 39.15%
G = 12.74%
B = 48.11%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A636CC (or 0xA636CC) is known color: Dark Orchid. HEX triplet: A6, 36 and CC. RGB value is (166,54,204). Sum of RGB (Red+Green+Blue) = 166+54+204=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 54 (21.48% from 255 or 12.74% from 424); Blue value is 204 (80.08% from 255 or 48.11% from 424); Max value from RGB is 204 - color contains mainly: blue. Hex color #A636CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636CC is #59C933. Grayscale: #686868. Windows color (decimal): -5884212 or 13383334. OLE color: 13383334.

HSL color Cylindrical-coordinate representation of color #A636CC: hue angle of 284.8º 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 #A636CC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 54 204 -
CMYK 0.19 0.74 0 0.2
HSL 284.8º 0.6% 0.51% -
HSV(B) 284.8º 0.74% 0.8% -
XYZ 27.94 15.1 58.57 -
YUV 104.59 184.11 171.8 -
System Red Green Blue C M Y K H S L
Decimal 166 54 204 0.19 0.74 0 0.2 284.8 0.6 0.51
Hex A6 36 CC 13 4A 0 14 11D 3C 33
Octal 246 66 314 23 112 0 24 435 74 63
Binary 10100110 110110 11001100 10011 1001010 0 10100 100011101 111100 110011

Color Harmonies of #A636CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A636CC

Black with #A636CC

Text Example


Text Example

White with #A636CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A636CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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