Html Css Color HEX #A322BF Dark Orchid

📋 copy color: '#A322BF'

red 163 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #A322BF

Tints of Dark Orchid #A322BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.23%

R = 42.01%
G = 8.76%
B = 49.23%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A322BF (or 0xA322BF) is known color: Dark Orchid. HEX triplet: A3, 22 and BF. RGB value is (163,34,191). Sum of RGB (Red+Green+Blue) = 163+34+191=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #A322BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322BF is #5CDD40. Grayscale: #595959. Windows color (decimal): -6085953 or 12526243. OLE color: 12526243.

HSL color Cylindrical-coordinate representation of color #A322BF: hue angle of 289.3º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A322BF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 34 191 -
CMYK 0.15 0.82 0 0.25
HSL 289.3º 0.7% 0.44% -
HSV(B) 289.3º 0.82% 0.75% -
XYZ 25.08 12.69 50.42 -
YUV 90.47 184.74 179.73 -
System Red Green Blue C M Y K H S L
Decimal 163 34 191 0.15 0.82 0 0.25 289.3 0.7 0.44
Hex A3 22 BF F 52 0 19 121 46 2C
Octal 243 42 277 17 122 0 31 441 106 54
Binary 10100011 100010 10111111 1111 1010010 0 11001 100100001 1000110 101100

Color Harmonies of #A322BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322BF

Black with #A322BF

Text Example


Text Example

White with #A322BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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