Html Css Color HEX #A322BC Dark Orchid

📋 copy color: '#A322BC'

red 163 ◦ green 34 ◦ blue 188

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

Shades of Dark Orchid #A322BC

Tints of Dark Orchid #A322BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.83%

R = 42.34%
G = 8.83%
B = 48.83%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A322BC (or 0xA322BC) is known color: Dark Orchid. HEX triplet: A3, 22 and BC. RGB value is (163,34,188). Sum of RGB (Red+Green+Blue) = 163+34+188=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #A322BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A322BC is #5CDD43. Grayscale: #595959. Windows color (decimal): -6085956 or 12329635. OLE color: 12329635.

HSL color Cylindrical-coordinate representation of color #A322BC: hue angle of 290.26º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A322BC is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 34 188 -
CMYK 0.13 0.82 0 0.26
HSL 290.26º 0.69% 0.44% -
HSV(B) 290.26º 0.82% 0.74% -
XYZ 24.75 12.56 48.7 -
YUV 90.13 183.24 179.98 -
System Red Green Blue C M Y K H S L
Decimal 163 34 188 0.13 0.82 0 0.26 290.26 0.69 0.44
Hex A3 22 BC D 52 0 1A 122 45 2C
Octal 243 42 274 15 122 0 32 442 105 54
Binary 10100011 100010 10111100 1101 1010010 0 11010 100100010 1000101 101100

Color Harmonies of #A322BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A322BC

Black with #A322BC

Text Example


Text Example

White with #A322BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A322BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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