Html Css Color HEX #A324BE Dark Orchid

📋 copy color: '#A324BE'

red 163 ◦ green 36 ◦ blue 190

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

Shades of Dark Orchid #A324BE

Tints of Dark Orchid #A324BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.25%

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

R = 41.9%
G = 9.25%
B = 48.84%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A324BE (or 0xA324BE) is known color: Dark Orchid. HEX triplet: A3, 24 and BE. RGB value is (163,36,190). Sum of RGB (Red+Green+Blue) = 163+36+190=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 36 (14.45% from 255 or 9.25% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #A324BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A324BE is #5CDB41. Grayscale: #5B5B5B. Windows color (decimal): -6085442 or 12461219. OLE color: 12461219.

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

Color convert

RGB 163 36 190 -
CMYK 0.14 0.81 0 0.25
HSL 289.48º 0.68% 0.44% -
HSV(B) 289.48º 0.81% 0.75% -
XYZ 25.03 12.77 49.86 -
YUV 91.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 163 36 190 0.14 0.81 0 0.25 289.48 0.68 0.44
Hex A3 24 BE E 51 0 19 121 44 2C
Octal 243 44 276 16 121 0 31 441 104 54
Binary 10100011 100100 10111110 1110 1010001 0 11001 100100001 1000100 101100

Color Harmonies of #A324BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A324BE

Black with #A324BE

Text Example


Text Example

White with #A324BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A324BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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