Html Css Color HEX #A323BF Dark Orchid

📋 copy color: '#A323BF'

red 163 ◦ green 35 ◦ blue 191

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

Shades of Dark Orchid #A323BF

Tints of Dark Orchid #A323BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 41.9%
G = 9%
B = 49.1%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A323BF (or 0xA323BF) is known color: Dark Orchid. HEX triplet: A3, 23 and BF. RGB value is (163,35,191). Sum of RGB (Red+Green+Blue) = 163+35+191=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 35 (14.06% from 255 or 9.00% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #A323BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A323BF is #5CDC40. Grayscale: #5A5A5A. Windows color (decimal): -6085697 or 12526499. OLE color: 12526499.

HSL color Cylindrical-coordinate representation of color #A323BF: hue angle of 289.23º 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 #A323BF is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 35 191 -
CMYK 0.15 0.82 0 0.25
HSL 289.23º 0.69% 0.44% -
HSV(B) 289.23º 0.82% 0.75% -
XYZ 25.11 12.75 50.43 -
YUV 91.06 184.41 179.32 -
System Red Green Blue C M Y K H S L
Decimal 163 35 191 0.15 0.82 0 0.25 289.23 0.69 0.44
Hex A3 23 BF F 52 0 19 121 45 2C
Octal 243 43 277 17 122 0 31 441 105 54
Binary 10100011 100011 10111111 1111 1010010 0 11001 100100001 1000101 101100

Color Harmonies of #A323BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A323BF

Black with #A323BF

Text Example


Text Example

White with #A323BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A323BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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