Html Css Color HEX #A73BBB Dark Orchid

📋 copy color: '#A73BBB'

red 167 ◦ green 59 ◦ blue 187

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

Shades of Dark Orchid #A73BBB

Tints of Dark Orchid #A73BBB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.29%

 BLUE value IS 187 (73.44% from 255) = 45.28%

R = 40.44%
G = 14.29%
B = 45.28%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A73BBB (or 0xA73BBB) is known color: Dark Orchid. HEX triplet: A7, 3B and BB. RGB value is (167,59,187). Sum of RGB (Red+Green+Blue) = 167+59+187=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #A73BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BBB is #58C444. Grayscale: #696969. Windows color (decimal): -5817413 or 12270503. OLE color: 12270503.

HSL color Cylindrical-coordinate representation of color #A73BBB: hue angle of 290.62º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73BBB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 167 59 187 -
CMYK 0.11 0.68 0 0.27
HSL 290.63º 0.52% 0.48% -
HSV(B) 290.63º 0.68% 0.73% -
XYZ 26.47 14.93 48.5 -
YUV 105.88 173.78 171.59 -
System Red Green Blue C M Y K H S L
Decimal 167 59 187 0.11 0.68 0 0.27 290.63 0.52 0.48
Hex A7 3B BB B 44 0 1B 123 34 30
Octal 247 73 273 13 104 0 33 443 64 60
Binary 10100111 111011 10111011 1011 1000100 0 11011 100100011 110100 110000

Color Harmonies of #A73BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BBB

Black with #A73BBB

Text Example


Text Example

White with #A73BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BBB; }

 p { color: rgb(167,59,187); }

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

background-color css

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

 a { background-color: rgb(167,59,187); }

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

border-color css

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

 span { border-color: rgb(167,59,187); }

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