Html Css Color HEX #A722BA Dark Orchid

📋 copy color: '#A722BA'

red 167 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #A722BA

Tints of Dark Orchid #A722BA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.79%

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

R = 43.15%
G = 8.79%
B = 48.06%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A722BA (or 0xA722BA) is known color: Dark Orchid. HEX triplet: A7, 22 and BA. RGB value is (167,34,186). Sum of RGB (Red+Green+Blue) = 167+34+186=387 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.15% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A722BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A722BA is #58DD45. Grayscale: #5A5A5A. Windows color (decimal): -5823814 or 12198567. OLE color: 12198567.

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

Color convert

RGB 167 34 186 -
CMYK 0.10 0.82 0 0.27
HSL 292.5º 0.69% 0.43% -
HSV(B) 292.5º 0.82% 0.73% -
XYZ 25.37 12.9 47.61 -
YUV 91.1 181.56 182.14 -
System Red Green Blue C M Y K H S L
Decimal 167 34 186 0.10 0.82 0 0.27 292.5 0.69 0.43
Hex A7 22 BA A 52 0 1B 124 45 2B
Octal 247 42 272 12 122 0 33 444 105 53
Binary 10100111 100010 10111010 1010 1010010 0 11011 100100100 1000101 101011

Color Harmonies of #A722BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A722BA

Black with #A722BA

Text Example


Text Example

White with #A722BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A722BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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