Html Css Color HEX #A323BC Dark Orchid

📋 copy color: '#A323BC'

red 163 ◦ green 35 ◦ blue 188

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

Shades of Dark Orchid #A323BC

Tints of Dark Orchid #A323BC

RGB

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

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

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

R = 42.23%
G = 9.07%
B = 48.7%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A323BC (or 0xA323BC) is known color: Dark Orchid. HEX triplet: A3, 23 and BC. RGB value is (163,35,188). Sum of RGB (Red+Green+Blue) = 163+35+188=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 35 (14.06% from 255 or 9.07% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #A323BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323BC is #5CDC43. Grayscale: #5A5A5A. Windows color (decimal): -6085700 or 12329891. OLE color: 12329891.

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

Color convert

RGB 163 35 188 -
CMYK 0.13 0.81 0 0.26
HSL 290.2º 0.69% 0.44% -
HSV(B) 290.2º 0.81% 0.74% -
XYZ 24.78 12.62 48.71 -
YUV 90.71 182.91 179.56 -
System Red Green Blue C M Y K H S L
Decimal 163 35 188 0.13 0.81 0 0.26 290.2 0.69 0.44
Hex A3 23 BC D 51 0 1A 122 45 2C
Octal 243 43 274 15 121 0 32 442 105 54
Binary 10100011 100011 10111100 1101 1010001 0 11010 100100010 1000101 101100

Color Harmonies of #A323BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323BC

Black with #A323BC

Text Example


Text Example

White with #A323BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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