Html Css Color HEX #A730BA Dark Orchid

📋 copy color: '#A730BA'

red 167 ◦ green 48 ◦ blue 186

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

Shades of Dark Orchid #A730BA

Tints of Dark Orchid #A730BA

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.97%

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

R = 41.65%
G = 11.97%
B = 46.38%

CMYK

 C value IS 0.10

 M value IS 0.74

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A730BA (or 0xA730BA) is known color: Dark Orchid. HEX triplet: A7, 30 and BA. RGB value is (167,48,186). Sum of RGB (Red+Green+Blue) = 167+48+186=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #A730BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730BA is #58CF45. Grayscale: #626262. Windows color (decimal): -5820230 or 12202151. OLE color: 12202151.

HSL color Cylindrical-coordinate representation of color #A730BA: hue angle of 291.74º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A730BA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 48 186 -
CMYK 0.10 0.74 0 0.27
HSL 291.74º 0.59% 0.46% -
HSV(B) 291.74º 0.74% 0.73% -
XYZ 25.86 13.87 47.77 -
YUV 99.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 167 48 186 0.10 0.74 0 0.27 291.74 0.59 0.46
Hex A7 30 BA A 4A 0 1B 124 3B 2E
Octal 247 60 272 12 112 0 33 444 73 56
Binary 10100111 110000 10111010 1010 1001010 0 11011 100100100 111011 101110

Color Harmonies of #A730BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A730BA

Black with #A730BA

Text Example


Text Example

White with #A730BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A730BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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