Html Css Color HEX #A328B6 Dark Orchid

📋 copy color: '#A328B6'

red 163 ◦ green 40 ◦ blue 182

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

Shades of Dark Orchid #A328B6

Tints of Dark Orchid #A328B6

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.39%

 BLUE value IS 182 (71.48% from 255) = 47.27%

R = 42.34%
G = 10.39%
B = 47.27%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A328B6 (or 0xA328B6) is known color: Dark Orchid. HEX triplet: A3, 28 and B6. RGB value is (163,40,182). Sum of RGB (Red+Green+Blue) = 163+40+182=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 182 (71.48% from 255 or 47.27% from 385); Max value from RGB is 182 - color contains mainly: blue. Hex color #A328B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A328B6 is #5CD749. Grayscale: #5C5C5C. Windows color (decimal): -6084426 or 11937955. OLE color: 11937955.

HSL color Cylindrical-coordinate representation of color #A328B6: hue angle of 291.97º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A328B6 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 40 182 -
CMYK 0.10 0.78 0 0.29
HSL 291.97º 0.64% 0.44% -
HSV(B) 291.97º 0.78% 0.71% -
XYZ 24.31 12.68 45.42 -
YUV 92.97 178.25 177.95 -
System Red Green Blue C M Y K H S L
Decimal 163 40 182 0.10 0.78 0 0.29 291.97 0.64 0.44
Hex A3 28 B6 A 4E 0 1D 124 40 2C
Octal 243 50 266 12 116 0 35 444 100 54
Binary 10100011 101000 10110110 1010 1001110 0 11101 100100100 1000000 101100

Color Harmonies of #A328B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A328B6

Black with #A328B6

Text Example


Text Example

White with #A328B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A328B6; }

 p { color: rgb(163,40,182); }

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

background-color css

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

 a { background-color: rgb(163,40,182); }

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

border-color css

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

 span { border-color: rgb(163,40,182); }

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