Html Css Color HEX #A135A9 Dark Orchid

📋 copy color: '#A135A9'

red 161 ◦ green 53 ◦ blue 169

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

Shades of Dark Orchid #A135A9

Tints of Dark Orchid #A135A9

RGB

 RED value IS 161 (63.28% from 255) = 42.04%

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

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

R = 42.04%
G = 13.84%
B = 44.13%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#A135A9 (or 0xA135A9) is known color: Dark Orchid. HEX triplet: A1, 35 and A9. RGB value is (161,53,169). Sum of RGB (Red+Green+Blue) = 161+53+169=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #A135A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A135A9 is #5ECA56. Grayscale: #626262. Windows color (decimal): -6212183 or 11089313. OLE color: 11089313.

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

Color convert

RGB 161 53 169 -
CMYK 0.05 0.69 0 0.34
HSL 295.86º 0.52% 0.44% -
HSV(B) 295.86º 0.69% 0.66% -
XYZ 23.13 12.99 38.82 -
YUV 98.52 167.78 172.57 -
System Red Green Blue C M Y K H S L
Decimal 161 53 169 0.05 0.69 0 0.34 295.86 0.52 0.44
Hex A1 35 A9 5 45 0 22 128 34 2C
Octal 241 65 251 5 105 0 42 450 64 54
Binary 10100001 110101 10101001 101 1000101 0 100010 100101000 110100 101100

Color Harmonies of #A135A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135A9

Black with #A135A9

Text Example


Text Example

White with #A135A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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