Html Css Color HEX #A322BA Dark Orchid

📋 copy color: '#A322BA'

red 163 ◦ green 34 ◦ blue 186

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

Shades of Dark Orchid #A322BA

Tints of Dark Orchid #A322BA

RGB

 RED value IS 163 (64.06% from 255) = 42.56%

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

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

R = 42.56%
G = 8.88%
B = 48.56%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A322BA (or 0xA322BA) is known color: Dark Orchid. HEX triplet: A3, 22 and BA. RGB value is (163,34,186). Sum of RGB (Red+Green+Blue) = 163+34+186=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A322BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322BA is #5CDD45. Grayscale: #595959. Windows color (decimal): -6085958 or 12198563. OLE color: 12198563.

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

Color convert

RGB 163 34 186 -
CMYK 0.12 0.82 0 0.27
HSL 290.92º 0.69% 0.43% -
HSV(B) 290.92º 0.82% 0.73% -
XYZ 24.54 12.48 47.57 -
YUV 89.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 163 34 186 0.12 0.82 0 0.27 290.92 0.69 0.43
Hex A3 22 BA C 52 0 1B 123 45 2B
Octal 243 42 272 14 122 0 33 443 105 53
Binary 10100011 100010 10111010 1100 1010010 0 11011 100100011 1000101 101011

Color Harmonies of #A322BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322BA

Black with #A322BA

Text Example


Text Example

White with #A322BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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