Html Css Color HEX #A722BB Dark Orchid

📋 copy color: '#A722BB'

red 167 ◦ green 34 ◦ blue 187

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

Shades of Dark Orchid #A722BB

Tints of Dark Orchid #A722BB

RGB

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

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

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

R = 43.04%
G = 8.76%
B = 48.2%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A722BB (or 0xA722BB) is known color: Dark Orchid. HEX triplet: A7, 22 and BB. RGB value is (167,34,187). Sum of RGB (Red+Green+Blue) = 167+34+187=388 (51% of max value = 765). Red value is 167 (65.62% from 255 or 43.04% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #A722BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A722BB is #58DD44. Grayscale: #5A5A5A. Windows color (decimal): -5823813 or 12264103. OLE color: 12264103.

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

Color convert

RGB 167 34 187 -
CMYK 0.11 0.82 0 0.27
HSL 292.16º 0.69% 0.43% -
HSV(B) 292.16º 0.82% 0.73% -
XYZ 25.48 12.95 48.17 -
YUV 91.21 182.06 182.06 -
System Red Green Blue C M Y K H S L
Decimal 167 34 187 0.11 0.82 0 0.27 292.16 0.69 0.43
Hex A7 22 BB B 52 0 1B 124 45 2B
Octal 247 42 273 13 122 0 33 444 105 53
Binary 10100111 100010 10111011 1011 1010010 0 11011 100100100 1000101 101011

Color Harmonies of #A722BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A722BB

Black with #A722BB

Text Example


Text Example

White with #A722BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A722BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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