Html Css Color HEX #A323BE Dark Orchid

📋 copy color: '#A323BE'

red 163 ◦ green 35 ◦ blue 190

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

Shades of Dark Orchid #A323BE

Tints of Dark Orchid #A323BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 42.01%
G = 9.02%
B = 48.97%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A323BE (or 0xA323BE) is known color: Dark Orchid. HEX triplet: A3, 23 and BE. RGB value is (163,35,190). Sum of RGB (Red+Green+Blue) = 163+35+190=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 35 (14.06% from 255 or 9.02% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #A323BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323BE is #5CDC41. Grayscale: #5A5A5A. Windows color (decimal): -6085698 or 12460963. OLE color: 12460963.

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

Color convert

RGB 163 35 190 -
CMYK 0.14 0.82 0 0.25
HSL 289.55º 0.69% 0.44% -
HSV(B) 289.55º 0.82% 0.75% -
XYZ 25 12.71 49.85 -
YUV 90.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 163 35 190 0.14 0.82 0 0.25 289.55 0.69 0.44
Hex A3 23 BE E 52 0 19 122 45 2C
Octal 243 43 276 16 122 0 31 442 105 54
Binary 10100011 100011 10111110 1110 1010010 0 11001 100100010 1000101 101100

Color Harmonies of #A323BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323BE

Black with #A323BE

Text Example


Text Example

White with #A323BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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