Html Css Color HEX #A822BA Dark Orchid

📋 copy color: '#A822BA'

red 168 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #A822BA

Tints of Dark Orchid #A822BA

RGB

 RED value IS 168 (66.02% from 255) = 43.3%

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

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

R = 43.3%
G = 8.76%
B = 47.94%

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

#A822BA (or 0xA822BA) is known color: Dark Orchid. HEX triplet: A8, 22 and BA. RGB value is (168,34,186). Sum of RGB (Red+Green+Blue) = 168+34+186=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #A822BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A822BA is #57DD45. Grayscale: #5A5A5A. Windows color (decimal): -5758278 or 12198568. OLE color: 12198568.

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

Color convert

RGB 168 34 186 -
CMYK 0.10 0.82 0 0.27
HSL 292.89º 0.69% 0.43% -
HSV(B) 292.89º 0.82% 0.73% -
XYZ 25.58 13.01 47.62 -
YUV 91.39 181.39 182.64 -
System Red Green Blue C M Y K H S L
Decimal 168 34 186 0.10 0.82 0 0.27 292.89 0.69 0.43
Hex A8 22 BA A 52 0 1B 125 45 2B
Octal 250 42 272 12 122 0 33 445 105 53
Binary 10101000 100010 10111010 1010 1010010 0 11011 100100101 1000101 101011

Color Harmonies of #A822BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A822BA

Black with #A822BA

Text Example


Text Example

White with #A822BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A822BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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