Html Css Color HEX #A335AD Dark Orchid

📋 copy color: '#A335AD'

red 163 ◦ green 53 ◦ blue 173

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

Shades of Dark Orchid #A335AD

Tints of Dark Orchid #A335AD

RGB

 RED value IS 163 (64.06% from 255) = 41.9%

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

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

R = 41.9%
G = 13.62%
B = 44.47%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A335AD (or 0xA335AD) is known color: Dark Orchid. HEX triplet: A3, 35 and AD. RGB value is (163,53,173). Sum of RGB (Red+Green+Blue) = 163+53+173=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #A335AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A335AD is #5CCA52. Grayscale: #636363. Windows color (decimal): -6081107 or 11351459. OLE color: 11351459.

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

Color convert

RGB 163 53 173 -
CMYK 0.06 0.69 0 0.32
HSL 295º 0.53% 0.44% -
HSV(B) 295º 0.69% 0.68% -
XYZ 23.92 13.35 40.85 -
YUV 99.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 163 53 173 0.06 0.69 0 0.32 295 0.53 0.44
Hex A3 35 AD 6 45 0 20 127 35 2C
Octal 243 65 255 6 105 0 40 447 65 54
Binary 10100011 110101 10101101 110 1000101 0 100000 100100111 110101 101100

Color Harmonies of #A335AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335AD

Black with #A335AD

Text Example


Text Example

White with #A335AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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