Html Css Color HEX #A635AB Dark Orchid

📋 copy color: '#A635AB'

red 166 ◦ green 53 ◦ blue 171

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

Shades of Dark Orchid #A635AB

Tints of Dark Orchid #A635AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 42.56%
G = 13.59%
B = 43.85%

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

#A635AB (or 0xA635AB) is known color: Dark Orchid. HEX triplet: A6, 35 and AB. RGB value is (166,53,171). Sum of RGB (Red+Green+Blue) = 166+53+171=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #A635AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A635AB is #59CA54. Grayscale: #636363. Windows color (decimal): -5884501 or 11220390. OLE color: 11220390.

HSL color Cylindrical-coordinate representation of color #A635AB: hue angle of 297.46º 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 #A635AB is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 53 171 -
CMYK 0.03 0.69 0 0.33
HSL 297.46º 0.53% 0.44% -
HSV(B) 297.46º 0.69% 0.67% -
XYZ 24.35 13.59 39.87 -
YUV 100.24 167.94 174.91 -
System Red Green Blue C M Y K H S L
Decimal 166 53 171 0.03 0.69 0 0.33 297.46 0.53 0.44
Hex A6 35 AB 3 45 0 21 129 35 2C
Octal 246 65 253 3 105 0 41 451 65 54
Binary 10100110 110101 10101011 11 1000101 0 100001 100101001 110101 101100

Color Harmonies of #A635AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A635AB

Black with #A635AB

Text Example


Text Example

White with #A635AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A635AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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