Html Css Color HEX #A320B3 Dark Orchid

📋 copy color: '#A320B3'

red 163 ◦ green 32 ◦ blue 179

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

Shades of Dark Orchid #A320B3

Tints of Dark Orchid #A320B3

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.56%

 BLUE value IS 179 (70.31% from 255) = 47.86%

R = 43.58%
G = 8.56%
B = 47.86%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A320B3 (or 0xA320B3) is known color: Dark Orchid. HEX triplet: A3, 20 and B3. RGB value is (163,32,179). Sum of RGB (Red+Green+Blue) = 163+32+179=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 179 - color contains mainly: blue. Hex color #A320B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A320B3 is #5CDF4C. Grayscale: #575757. Windows color (decimal): -6086477 or 11739299. OLE color: 11739299.

HSL color Cylindrical-coordinate representation of color #A320B3: hue angle of 293.47º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A320B3 is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 163 32 179 -
CMYK 0.09 0.82 0 0.30
HSL 293.47º 0.7% 0.41% -
HSV(B) 293.47º 0.82% 0.7% -
XYZ 23.76 12.07 43.73 -
YUV 87.93 179.4 181.55 -
System Red Green Blue C M Y K H S L
Decimal 163 32 179 0.09 0.82 0 0.30 293.47 0.7 0.41
Hex A3 20 B3 9 52 0 1E 125 46 29
Octal 243 40 263 11 122 0 36 445 106 51
Binary 10100011 100000 10110011 1001 1010010 0 11110 100100101 1000110 101001

Color Harmonies of #A320B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320B3

Black with #A320B3

Text Example


Text Example

White with #A320B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320B3; }

 p { color: rgb(163,32,179); }

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

background-color css

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

 a { background-color: rgb(163,32,179); }

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

border-color css

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

 span { border-color: rgb(163,32,179); }

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