Html Css Color HEX #A635AD Dark Orchid

📋 copy color: '#A635AD'

red 166 ◦ green 53 ◦ blue 173

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

Shades of Dark Orchid #A635AD

Tints of Dark Orchid #A635AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.13%

R = 42.35%
G = 13.52%
B = 44.13%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A635AD (or 0xA635AD) is known color: Dark Orchid. HEX triplet: A6, 35 and AD. RGB value is (166,53,173). Sum of RGB (Red+Green+Blue) = 166+53+173=392 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.35% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A635AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635AD is #59CA52. Grayscale: #646464. Windows color (decimal): -5884499 or 11351462. OLE color: 11351462.

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

Color convert

RGB 166 53 173 -
CMYK 0.04 0.69 0 0.32
HSL 296.5º 0.53% 0.44% -
HSV(B) 296.5º 0.69% 0.68% -
XYZ 24.54 13.67 40.88 -
YUV 100.47 168.94 174.74 -
System Red Green Blue C M Y K H S L
Decimal 166 53 173 0.04 0.69 0 0.32 296.5 0.53 0.44
Hex A6 35 AD 4 45 0 20 128 35 2C
Octal 246 65 255 4 105 0 40 450 65 54
Binary 10100110 110101 10101101 100 1000101 0 100000 100101000 110101 101100

Color Harmonies of #A635AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A635AD

Black with #A635AD

Text Example


Text Example

White with #A635AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A635AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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