Html Css Color HEX #A635AC Dark Orchid

📋 copy color: '#A635AC'

red 166 ◦ green 53 ◦ blue 172

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

Shades of Dark Orchid #A635AC

Tints of Dark Orchid #A635AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.55%

 BLUE value IS 172 (67.58% from 255) = 43.99%

R = 42.46%
G = 13.55%
B = 43.99%

CMYK

 C value IS 0.03

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A635AC (or 0xA635AC) is known color: Dark Orchid. HEX triplet: A6, 35 and AC. RGB value is (166,53,172). Sum of RGB (Red+Green+Blue) = 166+53+172=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 172 (67.58% from 255 or 43.99% from 391); Max value from RGB is 172 - color contains mainly: blue. Hex color #A635AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635AC is #59CA53. Grayscale: #636363. Windows color (decimal): -5884500 or 11285926. OLE color: 11285926.

HSL color Cylindrical-coordinate representation of color #A635AC: hue angle of 296.97º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A635AC is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 53 172 -
CMYK 0.03 0.69 0 0.33
HSL 296.97º 0.53% 0.44% -
HSV(B) 296.97º 0.69% 0.67% -
XYZ 24.45 13.63 40.37 -
YUV 100.35 168.44 174.82 -
System Red Green Blue C M Y K H S L
Decimal 166 53 172 0.03 0.69 0 0.33 296.97 0.53 0.44
Hex A6 35 AC 3 45 0 21 129 35 2C
Octal 246 65 254 3 105 0 41 451 65 54
Binary 10100110 110101 10101100 11 1000101 0 100001 100101001 110101 101100

Color Harmonies of #A635AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A635AC

Black with #A635AC

Text Example


Text Example

White with #A635AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A635AC; }

 p { color: rgb(166,53,172); }

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

background-color css

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

 a { background-color: rgb(166,53,172); }

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

border-color css

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

 span { border-color: rgb(166,53,172); }

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