Html Css Color HEX #A735BA Dark Orchid

📋 copy color: '#A735BA'

red 167 ◦ green 53 ◦ blue 186

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

Shades of Dark Orchid #A735BA

Tints of Dark Orchid #A735BA

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

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

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

R = 41.13%
G = 13.05%
B = 45.81%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A735BA (or 0xA735BA) is known color: Dark Orchid. HEX triplet: A7, 35 and BA. RGB value is (167,53,186). Sum of RGB (Red+Green+Blue) = 167+53+186=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A735BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A735BA is #58CA45. Grayscale: #656565. Windows color (decimal): -5818950 or 12203431. OLE color: 12203431.

HSL color Cylindrical-coordinate representation of color #A735BA: hue angle of 291.43º 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 #A735BA is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 53 186 -
CMYK 0.10 0.72 0 0.27
HSL 291.43º 0.56% 0.47% -
HSV(B) 291.43º 0.72% 0.73% -
XYZ 26.07 14.31 47.84 -
YUV 102.25 175.27 174.19 -
System Red Green Blue C M Y K H S L
Decimal 167 53 186 0.10 0.72 0 0.27 291.43 0.56 0.47
Hex A7 35 BA A 48 0 1B 123 38 2F
Octal 247 65 272 12 110 0 33 443 70 57
Binary 10100111 110101 10111010 1010 1001000 0 11011 100100011 111000 101111

Color Harmonies of #A735BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A735BA

Black with #A735BA

Text Example


Text Example

White with #A735BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A735BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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