Html Css Color HEX #A73BE2 Dark Orchid

📋 copy color: '#A73BE2'

red 167 ◦ green 59 ◦ blue 226

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

Shades of Dark Orchid #A73BE2

Tints of Dark Orchid #A73BE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50%

R = 36.95%
G = 13.05%
B = 50%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A73BE2 (or 0xA73BE2) is known color: Dark Orchid. HEX triplet: A7, 3B and E2. RGB value is (167,59,226). Sum of RGB (Red+Green+Blue) = 167+59+226=452 (59% of max value = 765). Red value is 167 (65.62% from 255 or 36.95% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #A73BE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BE2 is #58C41D. Grayscale: #6D6D6D. Windows color (decimal): -5817374 or 14826407. OLE color: 14826407.

HSL color Cylindrical-coordinate representation of color #A73BE2: hue angle of 278.8º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73BE2 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 167 59 226 -
CMYK 0.26 0.74 0 0.11
HSL 278.8º 0.74% 0.56% -
HSV(B) 278.8º 0.74% 0.89% -
XYZ 31.23 16.83 73.55 -
YUV 110.33 193.28 168.42 -
System Red Green Blue C M Y K H S L
Decimal 167 59 226 0.26 0.74 0 0.11 278.8 0.74 0.56
Hex A7 3B E2 1A 4A 0 B 117 4A 38
Octal 247 73 342 32 112 0 13 427 112 70
Binary 10100111 111011 11100010 11010 1001010 0 1011 100010111 1001010 111000

Color Harmonies of #A73BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A73BE2

Black with #A73BE2

Text Example


Text Example

White with #A73BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A73BE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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