Html Css Color HEX #A135BA Dark Orchid

📋 copy color: '#A135BA'

red 161 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #A135BA

Tints of Dark Orchid #A135BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.5%

R = 40.25%
G = 13.25%
B = 46.5%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A135BA (or 0xA135BA) is known color: Dark Orchid. HEX triplet: A1, 35 and BA. RGB value is (161,53,186). Sum of RGB (Red+Green+Blue) = 161+53+186=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #A135BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A135BA is #5ECA45. Grayscale: #646464. Windows color (decimal): -6212166 or 12203425. OLE color: 12203425.

HSL color Cylindrical-coordinate representation of color #A135BA: hue angle of 288.72º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A135BA is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 161 53 186 -
CMYK 0.13 0.72 0 0.27
HSL 288.72º 0.56% 0.47% -
HSV(B) 288.72º 0.72% 0.73% -
XYZ 24.83 13.67 47.78 -
YUV 100.45 176.28 171.19 -
System Red Green Blue C M Y K H S L
Decimal 161 53 186 0.13 0.72 0 0.27 288.72 0.56 0.47
Hex A1 35 BA D 48 0 1B 121 38 2F
Octal 241 65 272 15 110 0 33 441 70 57
Binary 10100001 110101 10111010 1101 1001000 0 11011 100100001 111000 101111

Color Harmonies of #A135BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A135BA

Black with #A135BA

Text Example


Text Example

White with #A135BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A135BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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