Html Css Color HEX #A323B6 Dark Orchid

📋 copy color: '#A323B6'

red 163 ◦ green 35 ◦ blue 182

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

Shades of Dark Orchid #A323B6

Tints of Dark Orchid #A323B6

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.21%

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

R = 42.89%
G = 9.21%
B = 47.89%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A323B6 (or 0xA323B6) is known color: Dark Orchid. HEX triplet: A3, 23 and B6. RGB value is (163,35,182). Sum of RGB (Red+Green+Blue) = 163+35+182=380 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.89% from 380); Green value is 35 (14.06% from 255 or 9.21% from 380); Blue value is 182 (71.48% from 255 or 47.89% from 380); Max value from RGB is 182 - color contains mainly: blue. Hex color #A323B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323B6 is #5CDC49. Grayscale: #595959. Windows color (decimal): -6085706 or 11936675. OLE color: 11936675.

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

Color convert

RGB 163 35 182 -
CMYK 0.10 0.81 0 0.29
HSL 292.24º 0.68% 0.43% -
HSV(B) 292.24º 0.81% 0.71% -
XYZ 24.15 12.37 45.37 -
YUV 90.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 163 35 182 0.10 0.81 0 0.29 292.24 0.68 0.43
Hex A3 23 B6 A 51 0 1D 124 44 2B
Octal 243 43 266 12 121 0 35 444 104 53
Binary 10100011 100011 10110110 1010 1010001 0 11101 100100100 1000100 101011

Color Harmonies of #A323B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323B6

Black with #A323B6

Text Example


Text Example

White with #A323B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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