Html Css Color HEX #A335A9 Dark Orchid

📋 copy color: '#A335A9'

red 163 ◦ green 53 ◦ blue 169

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

Shades of Dark Orchid #A335A9

Tints of Dark Orchid #A335A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 43.9%

R = 42.34%
G = 13.77%
B = 43.9%

CMYK

 C value IS 0.04

 M value IS 0.69

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A335A9 (or 0xA335A9) is known color: Dark Orchid. HEX triplet: A3, 35 and A9. RGB value is (163,53,169). Sum of RGB (Red+Green+Blue) = 163+53+169=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 53 (21.09% from 255 or 13.77% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 169 - color contains mainly: blue. Hex color #A335A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A335A9 is #5CCA56. Grayscale: #626262. Windows color (decimal): -6081111 or 11089315. OLE color: 11089315.

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

Color convert

RGB 163 53 169 -
CMYK 0.04 0.69 0 0.34
HSL 296.9º 0.52% 0.44% -
HSV(B) 296.9º 0.69% 0.66% -
XYZ 23.54 13.2 38.84 -
YUV 99.11 167.44 173.57 -
System Red Green Blue C M Y K H S L
Decimal 163 53 169 0.04 0.69 0 0.34 296.9 0.52 0.44
Hex A3 35 A9 4 45 0 22 129 34 2C
Octal 243 65 251 4 105 0 42 451 64 54
Binary 10100011 110101 10101001 100 1000101 0 100010 100101001 110100 101100

Color Harmonies of #A335A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A335A9

Black with #A335A9

Text Example


Text Example

White with #A335A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A335A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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